Skip to content

Commit 639021a

Browse files
authored
Update solution for stashing exercise
Using `git stash push` instead of `git stash` as it is clearer, although both work.
1 parent 11f0ae2 commit 639021a

File tree

1 file changed

+1
-1
lines changed
  • exercises-solutions/4.commits/3.stash

1 file changed

+1
-1
lines changed

exercises-solutions/4.commits/3.stash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ no changes added to commit (use "git add" and/or "git commit -a")
4343
Save the changes in the working directory to the stash:
4444

4545
```shell
46-
$ git stash
46+
$ git stash push
4747
Saved working directory and index state WIP on master: 94e9a51 Add directions
4848
```
4949

0 commit comments

Comments
 (0)