diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 9cf31485fe..91bd2e90ec 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -15,7 +15,7 @@ SYNOPSIS DESCRIPTION ----------- In the first and second form, copy entries from to the index. -In the third form, set the current branch to , optionally +In the third form, set the current branch head to , optionally modifying index and worktree to match. The defaults to HEAD in all forms. @@ -36,7 +36,7 @@ This means that `git reset -p` is the opposite of `git add -p` (see linkgit:git-add[1]). 'git reset' [--] []:: - This form points the current branch to and then + This form resets the current branch head to and then updates index and working tree according to , which must be one of the following: +