-
Notifications
You must be signed in to change notification settings - Fork 346
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
Remote stays conflicted after jj git fetch #779
Comments
Thanks for the report and for making it so easy to reproduce. I think the issue is that |
For what it's worth, I think I'm hitting this regularly with a repository that's using the Bors-NG merge bot, where there are permanent |
I believe this has been fixed, it no longer reproduces. |
Description
If a remote's URL is removed and re-added after a force-push ocurred remotely but before the force pushed was fetched on the local repo, a subsequent
jj git fetch
will result in an unresolvable conflict for the remote branch.Steps to Reproduce the Problem
Expected Behavior
There is no conflict
Actual Behavior
There is a conflict
Specifications
The text was updated successfully, but these errors were encountered: