Hacker News new | ask | show | jobs
by tripdout 802 days ago
Is it true that teams don't do branches in source control at all? Just publishing a CR?
1 comments

Yep! Well, a branch is created under-the-hood, and you can still check it out locally if you want to - but the standard code contribution workflow doesn't require you to think or work in those terms at all.