Git Workflow
Apply consistent branch naming, base branch, merge strategy, and cleanup so history stays clear and CI/deploys are predictable.
When to Activate
- User asks for "branch name", "git workflow", "how to merge", or "clean up branches"
- Creating a new branch for a feature or fix
- Preparing to merge, rebase, or delete branches
- Documenting or enforcing workflow for the project
Work Process
- Check project policy — Look for CONTRIBUTING.md, docs on branching, or protec
[Description truncada. Veja o README completo no GitHub.]