mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 04:39:50 +00:00
git: add alias for git stash --include-untracked (#8617)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user