diff options
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -97,7 +97,7 @@ gc1() { | |||
| 97 | } | 97 | } |
| 98 | alias gls='git log -S' | 98 | alias gls='git log -S' |
| 99 | alias cdgg='cd $(git rev-parse --show-toplevel)' | 99 | alias cdgg='cd $(git rev-parse --show-toplevel)' |
| 100 | alias cdgw='cd .github/workflows' | 100 | alias cdgw='cdgg && cd .github/workflows' |
| 101 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 101 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
| 102 | 102 | ||
| 103 | # github | 103 | # github |