DEV Community

Discussion on: The Git Rebase Introduction I Wish I'd Had

Collapse
 
mohisham profile image
Hisham Mohammed • Edited

Hi Max, very nice explanation. I may be wrong but didn't you miss a step? Merging back to master to push the changes? Because the rebase that you do happens in your local personal branch. Your commits still need to go in the master and then merge and push upstream?

Collapse
 
maxwell_dev profile image
Max Antonucci

That is true, but I felt it went a little outside the scope of the guide. I wanted to focus more on the rebase itself. I felt that merging a branch back to master was a separate kind of tast - one closely connected to rebasing, yes, but still something separate.