4 Dec
2013
4 Dec
'13
11:46 a.m.
On 4 December 2013 11:36, Jeremy Ong
In the git world, it's more common for develop to occur on "master" and for set releases to go to a "release" branch (with tags).
In the git world, "master" is nothing else than just a default branch. In the git world, you *never* do development on "master", but a topic branch. In the git world, "master" is not equivalent to SVN trunk, but again, it's just a default branch. How you treat your default branch (latest vanilla upstream or latest stable or any other way), depends on a workflow of your choice. In the git world, numerous (or hardly finite number) workflows are possible, all are equally valid. Boost uses gitflow. Best regards, -- Mateusz Ĺoskot, http://mateusz.loskot.net