git_commit
Commit code changes by staging specified files or all changes in a repository, with a custom commit message.
Instructions
Stage and commit changes in a repo checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repo checkout to target: absolute path, or a repo name under VBS_WORKSPACE_DIR, or omit to use VBCS_REPO_PATH default. Use list_repos to see what's available on this instance. | |
| files | No | Specific repo-relative files to stage; omit to stage all changes | |
| message | Yes |