mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #2078 from tbuehl/master
Add commonly used git stash aliases to git plugin
This commit is contained in:
commit
86d57e83ed
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue