"plugins/vscode:/vscode.git/clone" did not exist on "6daaae6347a0f8bf6e6034678444ebe36953cd55"
Commit 5bf20572 authored by Torsten Bühl's avatar Torsten Bühl
Browse files

Add commonly used git stash aliases

parent 434f3bc0
......@@ -80,7 +80,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