X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=b699a3458eff439b05049dab94610a57ac62fc0a;hb=bdb8cb52962522e5444241242110780fc6a19c4f;hp=b311d59c7c06dd696e3c667c97a5982137bdd87a;hpb=3686aa1caf907d22fe318c28efe93f0e7870ba50;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`::