glm_git_commit
Stage all modified files and create a Git commit with a custom message. Supports specifying a repository path, defaulting to the current project.
Instructions
Git 커밋.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | 커밋 메시지 | |
| add_all | No | 커밋 전 모든 변경사항 스테이징 여부 (git add -A) | |
| repo_path | No | 저장소 경로 (기본값: 현재 프로젝트 루트) |