aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-05-27 10:57:02 +0800
committertypebrook <typebrook@gmail.com>2020-05-27 10:57:02 +0800
commit471ef06e26694d822fc595ed640dddc0ffcd8b83 (patch)
treed3e722f754e0e7073442d3bde8a5a783c95bee6a
parent710d845ac7af6e14870d22739653e8657d6eaa28 (diff)
update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 4036f2a..f80040a 100644
--- a/alias
+++ b/alias
@@ -95,6 +95,7 @@ gc1() {
95 git clone --depth=1 $1 && cd $(basename $1) 95 git clone --depth=1 $1 && cd $(basename $1)
96} 96}
97alias gls='git log -S' 97alias gls='git log -S'
98alias cdgg='cd $(git rev-parse --show-toplevel)'
98alias cdgw='cd .github/workflows' 99alias cdgw='cd .github/workflows'
99alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule 100alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule
100 101