DEV Community

Discussion on: The Problem with Feature Branches

 
bentorvo profile image
Ben Brazier

Integration of code isn't related to configuration and every piece of software has features turned on and off.

That's why you pull changes in as part of pushing changes. Rebasing never makes sense unless you want to rewrite history.

You wouldn't have to. But if you were a junior and a senior wanted to help to speed things up it makes sense.