From 845d90d923c058960bdc76f39756713856cc4cc3 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Fri, 24 Aug 2018 08:36:02 +0200 Subject: [PATCH] use develop branch over master as default in all repos --- doc/development/branching-model.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/development/branching-model.md b/doc/development/branching-model.md index a8b655b..526348b 100644 --- a/doc/development/branching-model.md +++ b/doc/development/branching-model.md @@ -43,6 +43,7 @@ Of course, you also get to leverage all the benefits of the Feature Branch Workf Instead of a single master branch, this Gitflow uses two branches to record the history of the project. The **master** branch stores the official release history, and the **develop** branch serves as an integration branch for features. +We use the **develop** branch with the latest changes as the default one, while the **master** branch holds the latest stable release. It's also convenient to tag all commits in the master branch with a version number.