Hacker News new | ask | show | jobs
by ravitation 3219 days ago
I find this post quite amusing.

Many of the suggested methods of code sharing do happen, especially on large projects with multiple teams.

But the “one master branch” problem is not a result of missuing git... It's a result of there being one version used in production... No git process change is going to change that.

His real issue seems to be with code reviews... Which isn't really something unique to git...