X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=f3519413e7e8704deee0197df6876eaed97e28b0;hb=cdc2b2f32cbeab0e2496a59a03a52043f59ebea9;hp=b311d59c7c06dd696e3c667c97a5982137bdd87a;hpb=67c116bb26b4ee31889e5ee15d6a9d3b7e972b7b;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index b311d59c7..f3519413e 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -9,6 +9,8 @@ SYNOPSIS -------- [verse] 'git revert' [--edit | --no-edit] [-n] [-m parent-number] [-s] ... +'git revert' --reset +'git revert' --continue DESCRIPTION ----------- @@ -91,6 +93,10 @@ effect to your index in a row. Pass the merge strategy-specific option through to the merge strategy. See linkgit:git-merge[1] for details. +SEQUENCER SUBCOMMANDS +--------------------- +include::sequencer.txt[] + EXAMPLES -------- `git revert HEAD~3`::