Replies: 1 comment 1 reply
|
For myself, I'm planning on learning |
1 reply
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.
Is there a clean way to recover from conflicts?
Similar to: #225
In this case on
mainsomething was merged, which conflicted with a stack:main←next←br1←br2.git syncI was able to manually fix
nextwith a simplegit rebase -i main(from the current branchnext). But this disconnects the branchesbr1←br2to unlabled commits, (annoying to filter out duplicated when rebasing later).Is there a more elegant way to use
git-stackto fix these conflicts?All reactions