git_config
Set up or modify Git repository configurations by specifying the repository path, scope, and key-value pairs to adjust settings as needed.
Instructions
Configure git settings for the repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Configuration key | |
repo_path | Yes | The path to the local Git repository | |
scope | No | Configuration scope (local, global, system) | local |
value | Yes | Configuration value |