X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=3d0a7d1dac5614d6644a0ea226d65bd9f667143a;hb=28b22f8af9053109d1f09fef749b6b96ee41050a;hp=e4b46cfd3fb1faeca5c49cb2e67d5783af7def0f;hpb=36bad9dee0a729f6205ceba3b059139162e01ab5;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index e4b46cfd3..3d0a7d1da 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -24,7 +24,7 @@ throw away all uncommitted changes in your working directory, you should see linkgit:git-reset[1], particularly the '--hard' option. If you want to extract specific files as they were in another commit, you should see linkgit:git-checkout[1], specifically the `git checkout - -- ` syntax. Take care with these alternatives as + \-- ` syntax. Take care with these alternatives as both will discard uncommitted changes in your working directory. OPTIONS