]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-revert.txt
revert: Introduce --reset to remove sequencer state
[thirdparty/git.git] / Documentation / git-revert.txt
index ac10cfbb14aba460973019d712ee90e8804de34d..783ffb4a68f757c42e5f546f73b25f6d270dc426 100644 (file)
@@ -8,6 +8,7 @@ git-revert - Revert some existing commits
 SYNOPSIS
 --------
 'git revert' [--edit | --no-edit] [-n] [-m parent-number] [-s] <commit>...
+'git revert' --reset
 
 DESCRIPTION
 -----------
@@ -90,6 +91,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::