--- web/www/git.xhtml 2013/06/21 16:50:17 1.2 +++ web/www/git.xhtml 2013/08/04 14:47:10 1.5 @@ -75,6 +75,57 @@ git clone ssh://git@git.i-scream.org/libstatgrab
++ We've chosen a set of guidelines to work by so that + everybody is clear about how the Git repositories will be + used. This should make life easier for developers and + users. The aim is to keep things clear and simple without + adding unnecessary overheads. We don't have need for + anything as complex as git-flow. +
+master
branch will always be buildable
+ and should be usable. Development work does not happen
+ here directly.
+ master
+ branch and will be tagged there.
+ master
branch unless you're
+ specifically working with a developer on an issue
+ already.
+ master
.
+ They don't offer much in the way of useful information
+ and make operations like bisect harder. In particular,
+ if you pull changes to your local repository and end up
+ with a merge commit you should use rebase to get rid of
+ it before pushing.
+