gitCommit
Commit staged changes with a message, optionally staging specific files or all tracked changes first. Returns commit hash, branch, and files.
Instructions
Commit staged changes. Pass files to stage-and-commit in one step. Returns hash, branch, files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Commit message | |
| files | No | Files to stage before committing. Omit to commit already-staged changes. | |
| addAll | No | Stage all tracked changes before committing (git add -u). Default: false. |