git_commit
Commit only the files you specify to git with your own commit message. This prevents unintended changes from being included in your commits.
Instructions
Commit specified files to git with the given commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of file paths to commit | |
| message | Yes | Commit message |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |