-
When I work on 2 branches (b1, b2) and b2 is based on b1, I use to rebase b2 on b1 when b1 is updated.
To be clear, I would like to say: rebase this branch from this commit onto this branch. |
Beta Was this translation helpful? Give feedback.
Answered by
ekans
Mar 27, 2023
Replies: 1 comment 3 replies
-
I answer to myself. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ekans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I answer to myself.
Using
git rebase
with--update-refs
is the solution I was looking for.