You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will Rogers edited this page Apr 4, 2016
·
2 revisions
All commits to master and stable must be a pull request
All commits reference a github issue number
The Hot Fix branch is for quickly testing urgent bug fixes and patches that need to be incorporated into the current release branch
The Master branch is a release preparation branch, once a feature is ready for release it is merged in to the master via a pull request tested and then included in the next release branch
Once a project is ready to be incorporated into a release it is added to the master (release preparation) branch via a pull request
The project branches are used by developers to create new applications and features, this can be done in a separate fork too, when projects are done the branch is removed
Forks can be used for
preparing bug fixes when can then be added to the hot fix branch with a pull request
performing development work which does not merit a new named branch in the main repo