git-advanced-workflows - Advanced Git Workflows Mastery
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog
Tags
Updated: 2026-06-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- rebase commits interactively
- cherry-pick specific commits
- bisect commit history
- create worktrees
- view reflog
- recover commits
- squash commits
- split commits
- force push branches
- clean commit history
Inputs
- Git repository
- Branch name
- Commit hash
- Commit message
- File path
- Test script
Outputs
- Cleaned commit history
- Applied commits
- Bug commit
- Multiple worktrees
- Recovered commit
- Recovered branch
- Modified file
- New branch
Requirements
- Git installation
- Git repository access
- Push permissions
