mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
add alias to git stash --all
stash ignored, untracked, and tracked files.
This commit is contained in:
parent
3be4108d72
commit
f02ac005ef
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ alias gstd='git stash drop'
|
|||
alias gstl='git stash list'
|
||||
alias gstp='git stash pop'
|
||||
alias gsts='git stash show --text'
|
||||
alias gstall='git stash --all'
|
||||
alias gsu='git submodule update'
|
||||
|
||||
alias gts='git tag -s'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue