[Python.NET] Branching scheme

davidacoder davidacoder at hotmail.com
Wed Dec 4 15:45:17 CET 2013


Hi everyone,

if we do migrate to git, we should have a branching scheme for the project.
I would suggest we just go with git flow
(http://nvie.com/posts/a-successful-git-branching-model/). It is widely
used, well documented, lots of people are familiar with it and we don't have
to come up with our own rules or patterns.

I expect that we probably won't be using the hotfix stuff much, if at all.
The feature branches would simply be the pull requests of everyone against
the develop branch. Whoever manages releases (and I would volunteer for that
for a while) would have to follow the release branch stuff, but that also is
not too involved.

Any thoughts?

Best,
David


More information about the PythonDotNet mailing list