Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
295 days ago
Git won’t let the portion of the branch that’s still conflicted remain in conflict while you go and work on the other part.
1 comments
1718627440
295 days ago
I would just abort the conflict resolution.
link
steveklabnik
294 days ago
Then you’re back to the state before the rebase. Which is fine, the point is just that they’re not equivalent!
link
1718627440
293 days ago
Yes. What's the equivalent would be to just keep the successfully rebased part. Right now you need to do keep the ref yourself.
> Sounds like something that could also become a flag for git merge.
link