Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

use develop branch over master as default in all repos #43

Merged
merged 1 commit into from
Sep 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/development/branching-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down