diff options
author | typebrook <typebrook@gmail.com> | 2019-08-14 17:49:19 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-08-14 17:49:19 +0800 |
commit | fb43491d084fbdcbc82ab7cc93b9cce0e37aa15b (patch) | |
tree | 0a30ea27c3748d255d2211f449f92ef0b7c2c21d /alias | |
parent | 0c3ef7b6056f3e29f7a61bf695c4c7af1c53534e (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -66,20 +66,10 @@ alias df='df -h' | |||
66 | 66 | ||
67 | # git | 67 | # git |
68 | alias g='git' | 68 | alias g='git' |
69 | alias gls='git log -S' | ||
70 | alias gc='git clone' | 69 | alias gc='git clone' |
71 | alias gc1='git clone --depth=1' | 70 | alias gc1='git clone --depth=1' |
72 | alias check='git checkout' | 71 | alias gls='git log -S' |
73 | alias checkout='git checkout' | 72 | alias cdgs='cd `git submodule status | cut -d" " -f3`' # cd to first submodule |
74 | alias stash='git stash' | ||
75 | alias commit='git commit' | ||
76 | alias ca='git commit --amend' | ||
77 | alias branch='git branch' | ||
78 | alias pull='git pull' | ||
79 | alias merge='git merge' | ||
80 | alias push='git push' | ||
81 | alias remote='git remote -v' | ||
82 | alias rebase='git rebase' | ||
83 | 73 | ||
84 | # docker | 74 | # docker |
85 | alias dp='docker ps' | 75 | alias dp='docker ps' |