I have branch A (version 01), and branch B (version 01) was opened on branch A (version 01). At this time, I modified branch A (version 01->02). How can I Are the modified results brought to branch B?
Please answer me, don’t tell me to delete B and then re-branch = - =
Correct solution on the first floor
Just merge branch A directly on branch B.
You can merge branches or use rebase to add the modified parts of branch a to b, it depends on whether you need to merge or not