From 7a85f6ae88be5937c32a7b61601a40a02c03fb3f Mon Sep 17 00:00:00 2001 From: William Pursell Date: Tue, 3 Feb 2009 22:41:14 +0000 Subject: [PATCH] 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 --- Documentation/user-manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 99cb80878b..2ae88c575d 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 -- 2.11.4.GIT