mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
add an alias to show stashes
This commit is contained in:
parent
5728a5608d
commit
077aebd37a
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ alias gga='git gui citool --amend'
|
|||
alias gk='gitk --all --branches'
|
||||
|
||||
alias gsts='git stash show --text'
|
||||
alias gstl='git stash list'
|
||||
alias gsta='git stash'
|
||||
alias gstp='git stash pop'
|
||||
alias gstd='git stash drop'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue