-
Notifications
You must be signed in to change notification settings - Fork 0
Branching Model
Manuel M. edited this page Mar 13, 2015
·
1 revision
In general, we are creating branches in the style of the GitHub Flow.
The rules are rather simple:
- If you're working on a bug fix or some very small feature that only spans a single commit, you may directly work on the
masterbranch. - If you're working on something bigger, create a branch with some descriptive name. The name does not need to follow some specific pattern or anything, it should just have a name where everyone can at least guess what's going on there.
It should also be made sure that the master branch is always in decent condition.
- [Git Commit Guidelines](Git Commit Guidelines)
- [Branching Model](Branching Model)
- Project Structure & Coding Conventions
- Tutorials
- Third Party Libraries