AI AGENT ADDONS
Git & Pull Requests
4,299installs

A good Git workflow helps your team work together without breaking each other's changes. This guide covers the most common ways to organize your branches. It also shows you how to write clear commit messages and fix merge conflicts.

You will learn about three main branching strategies: GitHub Flow, Trunk-Based Development, and GitFlow. Each one works best for different team sizes and release schedules. The guide also explains Conventional Commits, a simple format for commit messages that makes your project history easy to read.

These best practices are useful for setting up a new project or onboarding new team members. They help keep your code organized and your releases smooth. Use this guide to build a solid collaborative development process.

Add Git Workflow skill to your workflow

Global

mkdir -p ~/.claude/skills/git-workflow

Project

mkdir -p .claude/skills/git-workflow

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
1 month ago
Created
6 months ago