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
426
426
427
427
## Saving current state including untracked files
428
428
``` sh
429
- git stash save -u
429
+ git stash -u
430
430
```
431
431
432
432
433
433
__ Alternatives:__
434
+ ``` sh
435
+ git stash save -u
436
+ ```
437
+
438
+
434
439
``` sh
435
440
git stash save --include-untracked
436
441
```
Original file line number Diff line number Diff line change 126
126
"alternatives" : [" git stash --keep-index" , " git stash save --keep-index" ]
127
127
}, {
128
128
"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" ]
131
131
}, {
132
132
"title" : " Saving current state with message" ,
133
133
"tip" : " git stash save <message>"
You can’t perform that action at this time.
0 commit comments