aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-08-14 17:49:19 +0800
committertypebrook <typebrook@gmail.com>2019-08-14 17:49:19 +0800
commitfb43491d084fbdcbc82ab7cc93b9cce0e37aa15b (patch)
tree0a30ea27c3748d255d2211f449f92ef0b7c2c21d /alias
parent0c3ef7b6056f3e29f7a61bf695c4c7af1c53534e (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias14
1 files changed, 2 insertions, 12 deletions
diff --git a/alias b/alias
index a6ced46..e0a1952 100644
--- a/alias
+++ b/alias
@@ -66,20 +66,10 @@ alias df='df -h'
66 66
67# git 67# git
68alias g='git' 68alias g='git'
69alias gls='git log -S'
70alias gc='git clone' 69alias gc='git clone'
71alias gc1='git clone --depth=1' 70alias gc1='git clone --depth=1'
72alias check='git checkout' 71alias gls='git log -S'
73alias checkout='git checkout' 72alias cdgs='cd `git submodule status | cut -d" " -f3`' # cd to first submodule
74alias stash='git stash'
75alias commit='git commit'
76alias ca='git commit --amend'
77alias branch='git branch'
78alias pull='git pull'
79alias merge='git merge'
80alias push='git push'
81alias remote='git remote -v'
82alias rebase='git rebase'
83 73
84# docker 74# docker
85alias dp='docker ps' 75alias dp='docker ps'