X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=b699a3458eff439b05049dab94610a57ac62fc0a;hb=55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f;hp=b311d59c7c06dd696e3c667c97a5982137bdd87a;hpb=ac7acaa5d98077f7cf900461d5d7ddfebdcc08d3;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index b311d59c7..b699a3458 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -9,6 +9,9 @@ SYNOPSIS -------- [verse] 'git revert' [--edit | --no-edit] [-n] [-m parent-number] [-s] ... +'git revert' --continue +'git revert' --quit +'git revert' --abort DESCRIPTION ----------- @@ -91,6 +94,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`::