We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b434fd1 commit 8ccd6fbCopy full SHA for 8ccd6fb
README.md
@@ -426,11 +426,16 @@ git stash save --keep-index
426
427
## Saving current state including untracked files
428
```sh
429
-git stash save -u
+git stash -u
430
```
431
432
433
__Alternatives:__
434
+```sh
435
+git stash save -u
436
+```
437
+
438
439
440
git stash save --include-untracked
441
0 commit comments