This commit is contained in:
Pablo Lalloni 2013-11-04 10:45:15 -03:00
commit 9fb954f4a9
16 changed files with 636 additions and 16 deletions

View file

@ -90,7 +90,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.