This is a comprehensive reference for Git workflows that covers the three main branching strategies (GitHub Flow, Trunk-Based, and GitFlow) with clear guidance on when to use each based on team size and release cadence. It includes a solid Conventional Commits guide, practical merge versus rebase rules, and PR templates you can actually use. The conflict resolution section is straightforward without over-explaining. What makes this useful is the decision matrices and the clear "when NOT to rebase" warnings, which address the mistakes teams actually make. If you're setting up Git practices for a new team or trying to standardize an existing workflow, this gives you the templates and rules without the usual Git tutorial bloat.
npx skills add https://github.com/affaan-m/everything-claude-code --skill git-workflow