git_squash_helper
Squash the last N Git commits into one, preview the result, and optionally apply with a custom commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Git 저장소 경로 (기본: 현재 디렉토리) | |
| commits | Yes | 스쿼시할 커밋 수 (최근 N개) | |
| message | No | 새 커밋 메시지 (미지정 시 자동 생성) | |
| preview_only | No | true면 미리보기만, false면 실제 스쿼시 (기본: true) |