git: add alias for git stash --include-untracked (#8617)

This commit is contained in:
Roman
2020-02-15 18:28:02 +01:00
committed by GitHub
parent 72168aec3d
commit aa4146a9a4
2 changed files with 2 additions and 0 deletions

View File

@@ -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 |