X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fuser-manual.txt;h=67ebffa568fd684afd08496281a530c658a217d9;hb=8b3dce565084c89ceb19f7ccf0fe22ffd365f7fd;hp=dbbeb7e7c7856776450bc64321ff5f1de26202bb;hpb=ea0b767c1ea66f687e58a9fcff45a5a518e699c3;p=git.git diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index dbbeb7e7c..67ebffa56 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1520,10 +1520,10 @@ $ git commit -a -m "blorpl: typofix" ------------------------------------------------ After that, you can go back to what you were working on with -`git stash apply`: +`git stash pop`: ------------------------------------------------ -$ git stash apply +$ git stash pop ------------------------------------------------ @@ -4131,7 +4131,7 @@ What does this mean? `git rev-list` is the original version of the revision walker, which _always_ printed a list of revisions to stdout. It is still functional, -and needs to, since most new Git programs start out as scripts using +and needs to, since most new Git commands start out as scripts using `git rev-list`. `git rev-parse` is not as important any more; it was only used to filter out