Configure git integration
set_git_configConfigure per-project git integration to commit and optionally push finished tickets to the project's code repository using your machine's own git credentials.
Instructions
Enable/configure optional per-project git integration so finished tickets can be committed (and optionally pushed) to the project's code repo. No secrets are stored — push uses the machine's own git credentials. Set codeLocation in project config to point at the repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| push | No | Also push after committing. | |
| branch | No | ||
| remote | No | ||
| enabled | No | ||
| project | Yes | ||
| messagePrefix | No |