mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
add alias for 'git stash list'
This commit is contained in:
parent
a55412801c
commit
54abcf6c84
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ alias gsts='git stash show --text'
|
|||
alias gsta='git stash'
|
||||
alias gstp='git stash pop'
|
||||
alias gstd='git stash drop'
|
||||
alias gstl='git stash list'
|
||||
|
||||
# Will cd into the top of the current repository
|
||||
# or submodule.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue