DEV Community

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

Collapse
 
marcussk profile image
Marek Beňo

I once held discussion on this topic with fellow contributor to the repo. He told me about practice where instead of rebasing on top of dev branch with feature branch one should merge dev into feature branch and then merge feature into dev.

Any ideas on this approach and rebase approach?