Add Git repository
arcane_git_repo_createConfigure a new Git repository by providing name, URL, branch, and authentication settings.
Instructions
Add a new Git repository configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| url | Yes | Repository URL | |
| branch | No | Default branch | main |
| authType | No | Authentication type | none |
| username | No | Username (for basic auth) | |
| password | No | Password or token | |
| sshKey | No | SSH private key |