I’m able to abort a conflicted merge in multiple steps, but would be happy to learn of an easier way. (SmartGit has a one-step “abort merge” feature – that’s what I’m used to.)
Thanks!
TRL
I’m able to abort a conflicted merge in multiple steps, but would be happy to learn of an easier way. (SmartGit has a one-step “abort merge” feature – that’s what I’m used to.)
Thanks!
TRL
Hi @trlorenz,
Thank you for using Sublime Merge!
If you are in a conflicting state due to a merge, the easiest way to abort this process would be through the commit changes dialog.
In the top-right corner of the dialog there is an abort merge
button that can be pressed to abort the merge process.
Is this what you’re looking for? If not, I can help investigate some alternatives to speed up the process for you.
Kind regards,
- Dylan Johnston
Software Engineer, Sublime HQ
No, that’s awesome. So, uh… not sure how I missed that big red button. Maybe I didn’t hover the right element or something. Anyway, thanks, and sorry for not digging deeper first!
Back in 2021 with version 2056
How is aborting the merge achieved now? I’ve tried the command palette, and every drop down and hamburger menu in sight, no luck.
Thanks, but I’m certain there was no sign of that button (or indeed the text summary at the top IIRC) in 2056 on Linux - I failed to mention it was the Linux version, my bad.
I bailed out by essentially accepting the base version and then zapping the branch altogether as I was just kicking off on the feature.
I’ll have another look in the morning - see if I can replicate and report back either way.
Aha, that looks promising. Handily I’ve deleted both the errant stash and the branch I was applying it to - it was ~5 lines so easy to cut and paste and I wanted to get out of my predicament ASAP.
I think that I:
At this point I had merge conflicts. I was uncertain what the 3-way merge screen was telling me would happen, so I just wanted to abort the merge altogether - a small change easily applied.
I suspect my understanding of things is too shallow in this area and I need a bit of reading and some sacrificial merges. Thanks for the pointers.