Comment on Resistance Against Git Merge Hell (2015)parentComments−pandemic_region2yYes, but rebase is like rebranch. So you take a branch from a tree, and plant it on top of a new tree. So, you rebranch (rebase) production branch on top of the main branch.git rebase (current branch onto) main
Comments
Yes, but rebase is like rebranch. So you take a branch from a tree, and plant it on top of a new tree. So, you rebranch (rebase) production branch on top of the main branch.
git rebase (current branch onto) main