Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How to rebase branch_2 comparing with old_base tonew_base
How to rebase branch_2 comparing with old_base to
new_base
Git rebase [new_base] –onto [old_base] [branch2]
Git checkout [new_base] && Git rebase [old_base] –onto [branch2]
Git rebase [new_base] [old_base] [branch2
Git rebase –onto [new_base] [old_base] [branch2]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!