cms-git-tools icon indicating copy to clipboard operation
cms-git-tools copied to clipboard

Add a --continue feature to the cms-merge-topic

Open ktf opened this issue 11 years ago • 2 comments

@slava77 suggested to have a --continue feature to cms-merge-topic. We need to understand how this is different from git add && git commit, which is what you do when you have a merge conflict.

ktf avatar Nov 11 '14 08:11 ktf

I guess in addition you would clean up the merge-attempt branch, once the merge is successful ?

fwyzard avatar Nov 11 '14 10:11 fwyzard

yes, that's the goal, to complete the remaining commands that are skipped if a merge fails:

  • get back to the starting topic branch
  • fast-forward merge of the merge-attempt
  • cleanup the merge-attempt

slava77 avatar Nov 11 '14 13:11 slava77