git-advanced

Installation
SKILL.md

Advanced Git Operations

Overview

Master advanced Git workflows for complex version control scenarios. This skill covers sophisticated operations beyond basic commits and merges, including interactive rebasing, advanced conflict resolution, history manipulation, and strategic branch management.

Use this skill when you need to:

  • Clean up messy commit history before code review
  • Resolve complex merge conflicts strategically
  • Hunt down bugs with binary search (bisect)
  • Recover lost commits or undo mistakes
  • Implement team branching strategies
  • Rewrite history safely

Core Capabilities

Interactive Rebasing

  • Reorder commits for logical history
  • Squash multiple commits into one
Related skills

More from autumnsgrove/claudeskills

Installs
9
GitHub Stars
12
First Seen
Jan 25, 2026