Add a button for aborting cherrypick or merge
Sometimes I try to cherrypick a wrong commit by mistake. Then GitKraken prompts me to resolve conflicts after which I realize what's happening. Unfortunately the only way to abort the operation is to open the CLI and type:
` $ git cherry-pick --abort`
Please add an abort button to the UI for canceling cherrypick and/or merge operations with conflicts.
The Undo button doesn't abort the cherrypicks either if you were wondering.
Comments: 4
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
06 Oct, '23
KrzysztofHighlighted comment
I just wanted to submit same suggestion. During last month I checked few git clients, and all of them had "abort" option. -
29 Apr, '25
Max MThis is an important feature that is missing.
SmartGit has implemented this 8 years ago:
https://smartgit.userecho.com/communities/1/topics/34-replace-commit-button-with-continue-rebase-discard-with-abort-rebase-etc-sg-10349