Skip to content

Commit

Permalink
User-manual: "git stash <comment>" form is long gone
Browse files Browse the repository at this point in the history
These days you must explicitly say "git stash save <comment>".

Signed-off-by: William Pursell <bill.pursell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
William Pursell authored and Junio C Hamano committed Feb 4, 2009
1 parent 37fc57a commit 7a85f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ so on a different branch and then coming back), unstash the
work-in-progress changes.

------------------------------------------------
$ git stash "work in progress for foo feature"
$ git stash save "work in progress for foo feature"
------------------------------------------------

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

0 comments on commit 7a85f6a

Please sign in to comment.