diff options
author | typebrook <typebrook@gmail.com> | 2019-10-20 20:24:01 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-20 20:24:01 +0800 |
commit | 0ce4fb2eba20020f35551a95a6c807a7b6052214 (patch) | |
tree | 5807f9d4c2abfd6bc7d273831bee0a91bfcc51cd | |
parent | 0c0e473eb3bd437b735ec3dc714c2217efb0034b (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ alias g='git' | |||
71 | alias gc='git clone' | 71 | alias gc='git clone' |
72 | alias gc1='git clone --depth=1' | 72 | alias gc1='git clone --depth=1' |
73 | alias gls='git log -S' | 73 | alias gls='git log -S' |
74 | alias cdgs='cd $(git submodule status | sed 's/^.//' | cut -d' ' -f2)' # cd to first submodule | 74 | alias cdgs="cd $(git submodule status | sed 's/^.//' | cut -d' ' -f2)" # cd to first submodule |
75 | 75 | ||
76 | # docker | 76 | # docker |
77 | alias dp='docker ps' | 77 | alias dp='docker ps' |