X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fuser-manual.txt;h=96af8977f6cae5382728f13116ea24ba2d130bef;hb=4e286ece2ee8d6f486faaa522f1de5c363a9a765;hp=19f571ae3bcab2fd96288dfa156062a7fbf89b5e;hpb=90abc19b5ab53a49018a1beff0b3df260daa38e4;p=git.git diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 19f571ae3..96af8977f 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1507,7 +1507,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