X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fuser-manual.txt;h=96af8977f6cae5382728f13116ea24ba2d130bef;hb=7de265a4cfd2c6dbe1c7af8c592a23ede08ec854;hp=5242a7e97b994b4a8d62b7cff2f4045166b797e6;hpb=c7719fbe46deae03578c4e19516b9567e98b9f04;p=git.git diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 5242a7e97..96af8977f 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1009,7 +1009,7 @@ $ git init If you have some initial content (say, a tarball): ------------------------------------------------- -$ tar -xzvf project.tar.gz +$ tar xzvf project.tar.gz $ cd project $ git init $ git add . # include everything below ./ in the first commit: @@ -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