Skip to content

Branches

Jean-Paul Mari edited this page Apr 13, 2022 · 5 revisions

6 kind of branches are currently used.

master

Branch in relation with the current Release.

develop

Development in progress branch.

feature/

Branches dedicated to specific features development or modifications.
Once a feature is done, it should be merged to the develop branch.

risc/

Branches dedicated to the risc processors (Jerry & Tom) development or modifications.
Once a work has been completed, it should be merged to the develop branch.

hotfix/

Branches dedicated to urgent/important fixes to be done.
Once a work has been completed, it should be merged to another branch and, then deleted.

archive/

Obviously, such branches are dedicated to archives.

Clone this wiki locally