diff options
| -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' |