AI AGENT ADDONS

Git Advanced Workflows

wshobson/agents
Git & Pull Requests
14,195installs

Advanced Git workflows help you keep your project history clean and easy to read. You can fix mistakes, combine commits, or find the exact change that broke something. This skill gives you tools like interactive rebase, cherry-picking, and git bisect to handle complex situations with confidence.

When working on a team, you often need to apply a single fix from one branch to another. You can use cherry-pick to do that without merging everything. Need to work on two features at once? Worktrees let you have multiple branches open at the same time without switching folders.

Even if you delete something by accident, you can get it back using the reflog. These methods turn Git from a simple tool into a powerful assistant for any developer dealing with messy history or tricky collaboration.

Add Git Advanced Workflows skill to your workflow

Global

mkdir -p ~/.claude/skills/git-advanced-workflows

Project

mkdir -p .claude/skills/git-advanced-workflows

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago