aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
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'