DEV Community

Discussion on: why branching on git is wrong

Collapse
 
joelnet profile image
JavaScript Joel

That was not the cause of the problems. It was the symptom.

The cause was a failure to create a proper branching strategy from the beginning.

Thread Thread
 
quii profile image
Chris James

No it isn't. Your problem is you are scared to release your own software and instead you are cherry picking changes in your trunk.

Thread Thread
 
joelnet profile image
JavaScript Joel

Being scared lol. I can tell if you are you being serious or a troll. Has to do with a multi tenant platform that has SLA with it's clients that gives a 30 day review period to sign off on any changes before prod it's updated.

There are legit compliance reasons for staging deployments.