commit_and_push
Commit project changes to a specified Git branch and push to GitHub, with optional file selection.
Instructions
Commit changes and push to GitHub branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files to commit (if empty, commits all) | |
| branch | Yes | Branch to push to | |
| message | Yes | Commit message |