git-flow
Add all changes, commit with a message, and push to remote in one step.
Instructions
Complete Git workflow: add all changes, commit with message, and push to remote
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Commit message for the workflow | |
| directory | No | The directory to run the command in (defaults to current working directory) |