Hacker News new | ask | show | jobs
by rblatz 687 days ago
There are advantages to trunk based development, not exactly only using master, but close enough that you could probably spin it to comply.
2 comments

What would stop someone creating a local fork in git, then do a merge fast-forward to the trunk and then push their commits and not the fork?
A friend’s company was still doing it (in SVN) as of late last year. Quite possibly still are. It’s “what they’ve always done”.