Get git integration config
get_git_configCheck a project's git integration settings (enabled, remote, branch, push, messagePrefix, gitMode) and the resolved push mode with its source to know how commits are handled.
Instructions
Read the project's optional git integration settings (enabled, remote, branch, push, messagePrefix, gitMode). Also reports the RESOLVED push mode (resolvedGitMode) and where it came from (gitModeSource: "project" | "global" | "default") — the project's own gitMode wins, then the account-wide default (set_global_config), then "commit-only" (never push). Disabled by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |