mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +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
|
|
@ -154,6 +154,7 @@ plugins=(... git)
|
|||
| gstl | git stash list |
|
||||
| gstp | git stash pop |
|
||||
| gsts | git stash show --text |
|
||||
| gstu | git stash --include-untracked |
|
||||
| gstall | git stash --all |
|
||||
| gsu | git submodule update |
|
||||
| gsw | git switch |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue