Browse Source

docs: typo: s/isimilar/similar/

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael Witten 6 years ago committed by Junio C Hamano
parent
commit
ad0b8f9575
  1. 2
      Documentation/git-rebase.txt

2
Documentation/git-rebase.txt

@ -954,7 +954,7 @@ command fails, it is rescheduled immediately, with a helpful message how @@ -954,7 +954,7 @@ command fails, it is rescheduled immediately, with a helpful message how
to proceed.

The `reset` command resets the HEAD, index and worktree to the specified
revision. It is isimilar to an `exec git reset --hard <label>`, but
revision. It is similar to an `exec git reset --hard <label>`, but
refuses to overwrite untracked files. If the `reset` command fails, it is
rescheduled immediately, with a helpful message how to edit the todo list
(this typically happens when a `reset` command was inserted into the todo

Loading…
Cancel
Save