Skip to content

Branches

Jean-Paul Mari edited this page Dec 2, 2024 · 5 revisions

6 kind of branches are currently used.

master

Branch in relation with the current Release.

develop

Development in progress branch, his purpose is to be merged into the master 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.

topic/

Branches dedicated to libraries integrations, or modifications.
Once a work has been completed, it should be merged to the develop branch and, then deleted.

Clone this wiki locally