From fb43491d084fbdcbc82ab7cc93b9cce0e37aa15b Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 14 Aug 2019 17:49:19 +0800 Subject: update --- alias | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'alias') diff --git a/alias b/alias index a6ced46..e0a1952 100644 --- a/alias +++ b/alias @@ -66,20 +66,10 @@ alias df='df -h' # git alias g='git' -alias gls='git log -S' alias gc='git clone' alias gc1='git clone --depth=1' -alias check='git checkout' -alias checkout='git checkout' -alias stash='git stash' -alias commit='git commit' -alias ca='git commit --amend' -alias branch='git branch' -alias pull='git pull' -alias merge='git merge' -alias push='git push' -alias remote='git remote -v' -alias rebase='git rebase' +alias gls='git log -S' +alias cdgs='cd `git submodule status | cut -d" " -f3`' # cd to first submodule # docker alias dp='docker ps' -- cgit v1.2.3-70-g09d2