X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-reset.txt;h=87afa6f8da0c6421e909663fe79a6f8b0fc0a7d8;hb=2dfffd3e09b2541b1bfcc840a65eac0251832175;hp=15e3aca9a17cbcc651079968c76b571a9d144696;hpb=55d1932bce99d83fa0d891331fe3f3562d33af2e;p=git.git diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 15e3aca9a..87afa6f8d 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -157,7 +157,7 @@ need to get to the other branch for a quick bugfix. ------------ $ git checkout feature ;# you were working in "feature" branch and $ work work work ;# got interrupted -$ git commit -a -m 'snapshot WIP' <1> +$ git commit -a -m "snapshot WIP" <1> $ git checkout master $ fix fix fix $ git commit ;# commit with real log