Skip to content

Commit 7a85f6a

Browse files
wrpgitster
authored andcommitted
User-manual: "git stash <comment>" form is long gone
These days you must explicitly say "git stash save <comment>". Signed-off-by: William Pursell <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 37fc57a commit 7a85f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ so on a different branch and then coming back), unstash the
14971497
work-in-progress changes.
14981498

14991499
------------------------------------------------
1500-
$ git stash "work in progress for foo feature"
1500+
$ git stash save "work in progress for foo feature"
15011501
------------------------------------------------
15021502

15031503
This command will save your changes away to the `stash`, and

0 commit comments

Comments
 (0)