This commit is contained in:
tinogomes 2013-11-12 17:18:07 -02:00
commit 982c4c0f83
17 changed files with 636 additions and 20 deletions

View file

@ -85,7 +85,11 @@ compdef _git gm=git-mergetool
alias gg='git gui citool'
alias gga='git gui citool --amend'
alias gk='gitk --all --branches'
alias gsts='git stash show --text'
alias gsta='git stash'
alias gstp='git stash pop'
alias gstd='git stash drop'
# Will cd into the top of the current repository
# or submodule.