git_rebase_planner
Plan Git rebases with interactive step-by-step plans, preview potential conflicts, and execute safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | 리베이스 기준 브랜치 또는 커밋 (예: 'main', 'HEAD~5') | |
| path | No | Git 저장소 경로 (기본: 현재 디렉토리) | |
| action | No | plan: 리베이스 계획 생성, preview: 충돌 예측, execute: 실제 리베이스 (주의!) | plan |
| interactive | No | 인터랙티브 리베이스 계획 생성 |