Replies: 1 comment 1 reply
-
For myself, I'm planning on learning |
Beta Was this translation helpful? Give feedback.
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
main
something was merged, which conflicted with a stack:main←next←br1←br2
.git sync
I was able to manually fix
next
with a simplegit rebase -i main
(from the current branchnext
). But this disconnects the branchesbr1←br2
to unlabled commits, (annoying to filter out duplicated when rebasing later).Is there a more elegant way to use
git-stack
to fix these conflicts?Beta Was this translation helpful? Give feedback.
All reactions