# Git Branching Guideline ## Branches ``` main (production) <- fix/ ↑ versions (y3s3w6, y3s3w7, etc.) ← test and fix/ ↑ add/ | fix/ | retire/ ``` **Version**: `y3s3w6` (year, season, week) - **Add Feature**: `add/feature` - **Retire Feature**: `retire/feature` - **Fix**: `fix/issue`