-
Given I branch A and find an issue which means I want to create a new branch B, I branch off main, but now I would like to move A from main onto B. From
To
|
Beta Was this translation helpful? Give feedback.
Answered by
epage
Mar 31, 2023
Replies: 1 comment
-
I believe it would roughly be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timmak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe it would roughly be
git stack --base A --onto B