DEV Community

Discussion on: Git TIP - Why you should not keep a local master branch ?

Collapse
 
samuelkupferschmid profile image
Samuel Kupferschmid

How would you handle the case when you work on a task which takes let say four days. And it only will only work as a whole thing correctly? Dont push for four days? Give the testers a break for four days? How would you realize code reviews?
I think there is a reason why github and co has pull requests.
Also continuous deployment would be hard because in a team of 3+ people there would always be a incomplete thing in the code base

Thread Thread
 
anortef profile image
Adrián Norte

Feature toggling.