backup_project
Commit local changes and push them to GitHub for routine backup, with an optional custom commit message.
Instructions
Commit local changes and push them to GitHub.
Requires path to be a git repository with (or able to create) an
'origin' remote. Use for routine backups of an existing project.
Args: path: absolute path to the local project directory. commit_message: optional commit message (defaults to a dated message).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| commit_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||