We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5951fad + 6137908 commit 269969eCopy full SHA for 269969e
README.rst
@@ -111,7 +111,9 @@ commands that are similar to the corresponding ``git`` commands:
111
112
(``git-imerge drop`` is also analogous to running ``git rebase
113
--interactive``, then deleting the specified commit(s) from the
114
-history.)
+history. Both the ``drop`` and the ``revert`` subcommands are included
115
+in git-imerge because the equivalent git operations can conflict,
116
+so they both can benefit from using the incremental merge approach.)
117
118
A few more options are available if you start the incremental merge
119
using ``git imerge start``::
0 commit comments