From: William Pursell Date: Tue, 3 Feb 2009 22:41:14 +0000 (+0000) Subject: User-manual: "git stash " form is long gone X-Git-Tag: v1.6.1.3~1^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7a85f6ae88be5937c32a7b61601a40a02c03fb3f;p=git.git User-manual: "git stash " form is long gone These days you must explicitly say "git stash save ". Signed-off-by: William Pursell Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 99cb80878..2ae88c575 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -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