git-advanced-workflows
Master advanced Git techniques like interactive rebase, cherry-pick, bisect, and worktrees for clean version control.
Install
npx skills add https://github.com/wshobson/agents --skill git-advanced-workflowsStats
| Total installs | 5,016 |
| Weekly installs | 5.0K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Interactive rebase enables commit squashing, rewording, reordering, and dropping to clean history before merging
- Cherry-pick applies specific commits across branches; bisect uses binary search to find commits that introduced bugs
- Worktrees allow simultaneous work on multiple branches without stashing or switching contexts
- Reflog tracks all ref movements and recovers deleted commits or branches within 90 days
- Includes workflows for cleaning feature branches, applying hotfixes to multiple releases, and recovering from Git mistakes
Tags
Related skills
| Skill | Installs | vs git-advanced-workflows |
|---|---|---|
| fixing-accessibility | 5,690 | +674 |
| rust-best-practices | 4,884 | -132 |
| vue-pinia-best-practices | 4,809 | -207 |
| changelog-automation | 4,606 | -410 |
| swift-concurrency | 6,474 | +1,458 |
FAQ
- How many installs does git-advanced-workflows have?
- git-advanced-workflows has 5,016 total installs and 5.0K installs this week.
- Where is git-advanced-workflows hosted?
- git-advanced-workflows is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does git-advanced-workflows have?
- git-advanced-workflows has 32.4K GitHub stars.
- When was git-advanced-workflows first indexed?
- OrangeBot.AI first indexed git-advanced-workflows on Jan 20, 2026.
- How do I install git-advanced-workflows?
- Run: npx skills add https://github.com/wshobson/agents --skill git-advanced-workflows