mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
User-manual: "git stash <comment>" form is long gone
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>
This commit is contained in:
parent
37fc57a213
commit
7a85f6ae88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user