Hacker News new | ask | show | jobs
by EliasJorgensen 3599 days ago
Personally, i prefer having a develop branch which all the development happens on, with developers creating feature branches from that, and then merge develop with master, when a new version is achieved.
1 comments

Keep in mind that i only work on small teams with smallish projects, this workflow would probably not work for big projects with a bunch of developers working simultaneously.
Actually this works perfectly fine in large teams too, if you add another level of branches. In fact, that is how the Linux kernel development works