eclipse-egit / egit

EGit, the git integration of Eclipse IDE
https://www.eclipse.org/egit/
Eclipse Public License 2.0
13 stars 6 forks source link

Aborting active merge operation from within egit #40

Open systemoperator opened 1 week ago

systemoperator commented 1 week ago

Description

It would be nice, to be able to abort an active merge operation from within egit, without the need of using the command line equivalent: git merge --abort and without using the reset-functionality from within egit (Reset... in the context menu).

Motivation

Other version control UIs like the one from JetBrain offer this functionality, it's handy and easier to understand than a reset. The implementation would be very easy.

Alternatives considered

No response

Additional context

No response