Day 31
Branch Strategy & Flow
Use Claude to design, document, and enforce your team's branching model.
0 / 6 tasks
Documenting your git flow
bash
claude
> We use a modified GitFlow:
> - main: production
> - develop: integration
> - feature/: new features, branch from develop
> - hotfix/: urgent fixes, branch from main, merge to both
> - release/: pre-release stabilization
>
> Generate a complete CONTRIBUTING.md that documents this flow,
> including branch naming, merge rules, and PR requirements.