Is it possible to do git merge --abort via UI on old Idea 13.1 ?
Answered
Yes, totally aware IDEA 13.1 is old :)
I did a merge from another branch but got some conflicts and now I want to just abort it for now. I've been using terminal to issue git merge --abort but I was wondering if there is any way to do it via IDEA UI?
Please sign in to leave a comment.
No, there is no abort command in UI, even in the latest versions - https://youtrack.jetbrains.com/issue/IDEA-119995
As a workaround, to abort merge from UI you could reset the current branch to its head.