diff options
author | typebrook <typebrook@gmail.com> | 2019-06-05 13:19:22 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-06-05 13:19:22 +0800 |
commit | eb5a61fc5ced143851c30f671f9ac2f8051243d3 (patch) | |
tree | 049c427e09516daa52185c5308c8ba42d8a4002b | |
parent | 7a00ae1ce49d032588a69966ab8635e553629f2b (diff) |
update
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ alias df='df -h' | |||
65 | alias g='git' | 65 | alias g='git' |
66 | alias gls='git log -S' | 66 | alias gls='git log -S' |
67 | alias gc='git clone' | 67 | alias gc='git clone' |
68 | alias gc1='git clone --depth=1' | ||
68 | alias check='git checkout' | 69 | alias check='git checkout' |
69 | alias checkout='git checkout' | 70 | alias checkout='git checkout' |
70 | alias stash='git stash' | 71 | alias stash='git stash' |