Skip to content

Commit

Permalink
Merge pull request #124 from waldyrious/patch-1
Browse files Browse the repository at this point in the history
README: mention why drop and revert are included
  • Loading branch information
mhagger authored May 15, 2017
2 parents 5951fad + 6137908 commit 269969e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ commands that are similar to the corresponding ``git`` commands:

(``git-imerge drop`` is also analogous to running ``git rebase
--interactive``, then deleting the specified commit(s) from the
history.)
history. Both the ``drop`` and the ``revert`` subcommands are included
in git-imerge because the equivalent git operations can conflict,
so they both can benefit from using the incremental merge approach.)

A few more options are available if you start the incremental merge
using ``git imerge start``::
Expand Down

0 comments on commit 269969e

Please sign in to comment.