-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a stop, abort, or similar command #189
Comments
It seems like I can do a "git merge --abort" or "git merge --quit" but it would be good if imerge had this as a command. |
You can find that here: https://github.com/mhagger/git-imerge#suspendingresuming That section also mentions how to abort an imerge, although I agree it could be made more convenient and straightforward. |
I use |
Oh, by the way, this seems to be a duplicate of #123. WDYT, @jacob-keller? |
Yep that looks like a duplicate. |
git rebase and git merge both have "--abort" and "--quit" options for stopping a merge. The git imerge tool does not seem to have a similar option or command.
It would be nice if the tool had an analagous way to say "give up for now". It would also help to have documentation that shows how to resume a merge you stopped earlier.
The text was updated successfully, but these errors were encountered: