diff options
| author | typebrook <typebrook@gmail.com> | 2020-05-27 10:57:02 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-05-27 10:57:02 +0800 |
| commit | 471ef06e26694d822fc595ed640dddc0ffcd8b83 (patch) | |
| tree | d3e722f754e0e7073442d3bde8a5a783c95bee6a | |
| parent | 710d845ac7af6e14870d22739653e8657d6eaa28 (diff) | |
update
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | } |
| 97 | alias gls='git log -S' | 97 | alias gls='git log -S' |
| 98 | alias cdgg='cd $(git rev-parse --show-toplevel)' | ||
| 98 | alias cdgw='cd .github/workflows' | 99 | alias cdgw='cd .github/workflows' |
| 99 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 100 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
| 100 | 101 | ||