Git Rebase Vs Merge
Short Version
Merge takes all the changes in one branch and merges them into another branch in one commit.
Rebase says I want the point at which I branched to move to a new starting point
So when do you use either one?
If you only ever rebase com...
rohit36a.hashnode.dev2 min read