Streamlines Git workflows by automatically rebasing the current branch onto the upstream default branch while safely managing uncommitted changes.
The Git Rebase skill for Claude Code simplifies the complex process of keeping local feature branches synchronized with a project's main repository. It intelligently identifies the upstream default branch, handles the temporary stashing of local modifications to prevent data loss, fetches the latest changes, and executes the rebase operation. By providing a structured workflow for conflict resolution and history visualization, it ensures developers maintain a clean commit history with significantly less manual command-line overhead.
主な機能
01Parallelized execution of diagnostic Git commands for speed
02Guided conflict resolution and rebase-continue workflows
03Safe stashing and restoration of uncommitted local changes
041 GitHub stars
05Post-rebase history visualization with log output
06Automatic detection of upstream default branches like main or master
ユースケース
01Safely updating a branch while maintaining uncommitted work-in-progress
02Synchronizing a long-running feature branch with the latest upstream changes
03Cleaning up local commit history before opening a pull request