Replies: 1 comment 2 replies
|
Thanks for sharing, that's an interesting idea! It's true that the resolution exists and that in theory could be used to make the merge work, when right now it won't unless these branches are dependent. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Let's say I have two independent branches applied.
I add two consecutive lines to a file:
Or I add one line, commit it to one branch and add another line just below it and commit to the other branch.
Now, this is not possible, because speaking just from the branches perspective, this is a conflict:
A:
B:
But (sic!) I did the edits in a consistent working copy. So there is a source of (possible) truth about how this conflict is/should/at least could be resolved. Can this information be used by gitbutler to "just work" in this case?
Otherwise this forces me to make branches dependent on each other. And this is problematic in case I already publeshed indepedent PRs for them.
All reactions