Skip to content

Git branch

The document presents the rules of branching adopted in the V2X-simulator and simple-av development process.

Branches

branch explain
main Stable branch. Contains all the latest releases.
feature/*** Feature implementation branch created from main.
After implementation, it is merged into main.
fix/*** bug fix implementation branch created from main.
After implementation, it is merged into main.
doc/*** doc branch created from main.
After implementation, it is merged into main.
gh-pages Documentation hosted on GitHub pages.