Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Git Branch Strategy

📌 Conventions de naming des branches

PrefixUsage
feat/Développement de nouvelles fonctionnalités
fix/Correction de bugs
hotfix/Corrections de productions critiques
docs/Mise à jour de la documentation
test/Travaux liés aux tests
refactor/Code refactoring
chore/Maintenance et les tools
poc/Preuve de concept pour les essais de faisabilité

🔷 Examples

feat/<num-ticket-taiga>user-authentication
fix/<num-ticket-taiga>navbar-alignment
docs/<num-ticket-taiga>project-guidelines
chore/<num-ticket-taiga>update-dependencies