Today I ran into one problem. My teammate created a branch from the master. He developed one feature in this branch, and then developed two subelements in subfehal branches. Finally, he did two refactoring. So that...
C
Usually we rebuild function branches before merging to master without redirection. But, of course, this relocation failed. The deferred function branch looked like this:
B'--C'--D'--E'--F'--G'--H' / A--K
Of course, the pointers to C and D became wrong, so I also get two subfederal branches growing “out of thin air”. I understand how to fix this if the sub-branch branches were not merged into a function, but at that time I was confused. I cherry took everything in the restored recovery branch and merged everything again. Is this an easier way to do this?
git branch merge rebase
everm1nd
source share