Skip to content

Branches

jellopudding edited this page Jul 10, 2016 · 2 revisions

How Branches work

Branches in this repository somewhat correspond to S.C.S.I.'s Versioning System.

The Build Branch/Fork

Each contributor has their own branch/fork and merge into the minor branch; this is called the build branch/fork. After the contributor feels like they have fixed a bug or added a feature they submit a pull request to the minor branch.

The Master Branch

The master branch is where all contributions are eventualy merged/pulled to after a bug fix/feature implement.

Clone this wiki locally