File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -426,11 +426,16 @@ git stash save --keep-index
426426
427427## Saving current state including untracked files
428428``` sh
429- git stash save -u
429+ git stash -u
430430```
431431
432432
433433__ Alternatives:__
434+ ``` sh
435+ git stash save -u
436+ ```
437+
438+
434439``` sh
435440git stash save --include-untracked
436441```
Original file line number Diff line number Diff line change 126126 "alternatives" : [" git stash --keep-index" , " git stash save --keep-index" ]
127127}, {
128128 "title" : " Saving current state including untracked files" ,
129- "tip" : " git stash save -u" ,
130- "alternatives" : [" git stash save --include-untracked" ]
129+ "tip" : " git stash -u" ,
130+ "alternatives" : [" git stash save -u " , " git stash save - -include-untracked" ]
131131}, {
132132 "title" : " Saving current state with message" ,
133133 "tip" : " git stash save <message>"
You can’t perform that action at this time.
0 commit comments