git_commit
Commit staged changes with a custom message and specify the repository path.
Instructions
Commit staged changes with a message (git commit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Commit message. | update |
| repo_path | No | Path to the git repository. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |