Skip to content

Git Flow

This project follows a controlled Git Flow model.

Main branches: - main: production-ready code - develop: integration branch

Supporting branches: - feature/ - release/ - hotfix/*