Commit 86d57e83 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2078 from tbuehl/master

Add commonly used git stash aliases to git plugin
parents 07ad2bad 5bf20572
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment