diff options
| author | typebrook <typebrook@gmail.com> | 2018-11-30 11:34:04 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-11-30 11:34:04 +0800 |
| commit | 111b6ca68545b788ec9ecd47a65aa881485f171c (patch) | |
| tree | 4c02b9d7864acdf6a01f0a0e2e8aea750fb6cccd | |
| parent | 0de3980f243c41ca7d4c3d5a3af2728bf9e85956 (diff) | |
update
| -rw-r--r-- | .bash_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_aliases b/.bash_aliases index 8f7d1f1..bc8c159 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
| @@ -14,10 +14,10 @@ alias cds='cd ~/git/settings' | |||
| 14 | 14 | ||
| 15 | # git | 15 | # git |
| 16 | alias g='git' | 16 | alias g='git' |
| 17 | alias gls='git log -S' | ||
| 17 | alias gc='git clone' | 18 | alias gc='git clone' |
| 18 | alias check='git checkout' | 19 | alias check='git checkout' |
| 19 | alias checkout='git checkout' | 20 | alias checkout='git checkout' |
| 20 | alias gs='git stash' | ||
| 21 | alias stash='git stash' | 21 | alias stash='git stash' |
| 22 | alias commit='git commit' | 22 | alias commit='git commit' |
| 23 | alias branch='git branch' | 23 | alias branch='git branch' |