Git Management
Git Management
We recommend following a classic Git workflow.
Commit Standards
It is recommended to write commit messages according to the Conventional Commits specification.
Branching Strategy
main: Production stable branch.dev: Development branch.