git_commit
Stage all changes and create a git commit with a specified message, optionally selecting specific files to stage.
Instructions
Stage all changes and create a git commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Specific files to stage (default: all) | |
| message | Yes | Commit message | |
| project | No | Project name |