File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,15 +86,19 @@ commands that are similar to the corresponding ``git`` commands:
8686 :widths: 50 50
8787 :header-rows: 1
8888
89- * - ``git `` command
90- - ``git-imerge `` equivalent
91- * - ``git merge BRANCH ``
92- - ``git-imerge merge BRANCH ``
93- * - ``git rebase BRANCH ``
94- - ``git-imerge rebase BRANCH ``
95-
96- For more flexibility, you can start an incremental merge using ``git
97- imerge start ``::
89+ * - ``git-imerge `` command
90+ - ``git `` analogue
91+ * - ``git-imerge merge BRANCH ``
92+ - ``git merge BRANCH ``
93+ * - ``git-imerge rebase BRANCH ``
94+ - ``git rebase BRANCH ``
95+ * - ``git-imerge drop COMMIT ``
96+ - ``git rebase --interactive ``
97+ * - ``git-imerge revert COMMIT ``
98+ - ``git revert COMMIT ``
99+
100+ A few more options are available if you start the incremental merge
101+ using ``git imerge start ``::
98102
99103 git-imerge start --name=NAME --goal=GOAL [--first-parent] BRANCH
100104
Original file line number Diff line number Diff line change @@ -30,18 +30,12 @@ Convenience features
3030 manual merge conflicts into suggested log messages for the
3131 simplified commits.
3232
33- * Maybe remember the names of the two original branches for use in log
34- messages etc. (Should they be stored locally in ``git config `` or
35- shareably in the state blob?)
36-
3733* Allow the user to specify which conflict he would like to resolve
3834 next, and set it up for him.
3935
4036* Allow the user to block certain merges, meaning that they should
4137 never be skipped over or merged automatically.
4238
43- * Think about where to leave HEAD in the various scenarios.
44-
4539* Add a ``git imerge pause `` that puts an imerge on hold and resets
4640 the working copy to a reasonable state.
4741
You can’t perform that action at this time.
0 commit comments