mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
git: add alias for git stash --include-untracked (#8617)
This commit is contained in:
parent
72168aec3d
commit
aa4146a9a4
2 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ alias gstd='git stash drop'
|
|||
alias gstl='git stash list'
|
||||
alias gstp='git stash pop'
|
||||
alias gsts='git stash show --text'
|
||||
alias gstu='git stash --include-untracked'
|
||||
alias gstall='git stash --all'
|
||||
alias gsu='git submodule update'
|
||||
alias gsw='git switch'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue