diff options
| author | typebrook <typebrook@gmail.com> | 2019-08-16 15:21:45 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-08-16 15:21:45 +0800 |
| commit | 108a256a16c68f4ed98b1bd1b20e38c7c4cdf842 (patch) | |
| tree | 951300f9aface4a61475331442fb751285074331 /alias | |
| parent | 22a15902d24a2fea5da5f8c272fae91b62f45489 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -69,7 +69,7 @@ alias g='git' | |||
| 69 | alias gc='git clone' | 69 | alias gc='git clone' |
| 70 | alias gc1='git clone --depth=1' | 70 | alias gc1='git clone --depth=1' |
| 71 | alias gls='git log -S' | 71 | alias gls='git log -S' |
| 72 | alias cdgs='cd `git submodule status | cut -d" " -f3`' # cd to first submodule | 72 | alias cdgs='cd `git submodule status | sed 's/^.//' | cut -d" " -f2`' # cd to first submodule |
| 73 | 73 | ||
| 74 | # docker | 74 | # docker |
| 75 | alias dp='docker ps' | 75 | alias dp='docker ps' |