git: include untracked files in stash
This commit is contained in:
parent
5dee369667
commit
9aa51a9446
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
slap = "log --oneline --decorate --graph --all";
|
slap = "log --oneline --decorate --graph --all";
|
||||||
slp = "log --oneline --decorate";
|
slp = "log --oneline --decorate";
|
||||||
staged = "diff --staged";
|
staged = "diff --staged";
|
||||||
stash = "stash --all";
|
stash = "stash --included-untracked";
|
||||||
unassume = "update-index --no-assume-unchanged";
|
unassume = "update-index --no-assume-unchanged";
|
||||||
uncommit = "reset --soft HEAD^";
|
uncommit = "reset --soft HEAD^";
|
||||||
unstage = "reset";
|
unstage = "reset";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue