X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-reset.txt;h=9df6de2e7dcdfa8f6629e13d5f5768787fccff66;hb=0196f4b5a325251f62192f164cd1061a3fd98be8;hp=469cf6dbacb8de24b5dd0dd78d63dd9ecc8fbd01;hpb=ef3a4fd670a4874f9b598ef96b10b89117b806e1;p=git.git diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 469cf6dba..9df6de2e7 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -62,6 +62,7 @@ This means that `git reset -p` is the opposite of `git add -p` (see linkgit:git-add[1]). -q:: +--quiet:: Be quiet, only report errors. :: @@ -150,7 +151,7 @@ Automatic merge failed; fix conflicts and then commit the result. $ git reset --hard <2> $ git pull . topic/branch <3> Updating from 41223... to 13134... -Fast forward +Fast-forward $ git reset --hard ORIG_HEAD <4> ------------ + @@ -161,7 +162,7 @@ right now, so you decide to do that later. which is a synonym for "git reset --hard HEAD" clears the mess from the index file and the working tree. <3> Merge a topic branch into the current branch, which resulted -in a fast forward. +in a fast-forward. <4> But you decided that the topic branch is not ready for public consumption yet. "pull" or "merge" always leaves the original tip of the current branch in ORIG_HEAD, so resetting hard to it