Replies: 1 comment 1 reply
-
try this, it should work |
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
-
How can I, using lazygit, rebase a local branch (e.g.
feature-1
) on its remote-tracking branch (e.g.origin/feature-1
) in case there has been some divergent changes (new commits onorigin/feature-1
that are not onfeature-1
and vice versa)?Beta Was this translation helpful? Give feedback.
All reactions