git-advanced-workflows - Master Advanced Git Workflows for Clean History and Recovery
Execute advanced Git operations including interactive rebase, cherry-picking, bisect, worktrees, and reflog to manage complex version control scenarios
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- perform interactive rebase
- cherry-pick specific commits
- use git bisect
- manage worktrees
- recover with reflog
- clean up commit history
- sync diverged branches
Inputs
- git repository
- branches
- commits
- branch workflows
- version control system
Outputs
- cleaned commit history
- recovered repository state
- located bug-introducing commits
- organized branch structure
- synchronized branches
Requirements
- git installed
- repository access
- write permissions
- command line interface
