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 kashiwa . After implementation, it is merged into kashiwa . |
fix/*** | bug fix implementation branch created from kashiwa . After implementation, it is merged into kashiwa . |
doc/*** | doc branch created from kashiwa . After implementation, it is merged into kashiwa . |
gh-pages | Documentation hosted on GitHub pages. |