git_branch_analysis
Analyze git branch health by comparing local and remote branches, identifying stale or merged branches, and highlighting differences against main or master to streamline branch management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Git 저장소 경로 (기본: 현재 디렉토리) | |
| show_stale | No | 오래된(병합됨) 브랜치 표시 | |
| compare_with | No | 비교할 브랜치 (기본: main 또는 master) | |
| include_remote | No | 원격 브랜치 포함 |