Skip to content

Commit 8ccd6fb

Browse files
author
Diogo Lemos
committed
No need for git stash save
1 parent b434fd1 commit 8ccd6fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
435440
git stash save --include-untracked
436441
```

0 commit comments

Comments
 (0)