Boost logo

Boost :

Subject: Re: [boost] Git: maintaining super-project
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2013-12-04 06:46:37


On 4 December 2013 11:36, Jeremy Ong <jeremycong_at_[hidden]> wrote:
> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk