You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: