create_git_repo
Create a new Git repository in cPanel by providing a name and repository root path. Optionally clone from an existing remote repository via URL.
Instructions
Create a new Git repository in cPanel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| repository_root | Yes | Path for the repository (e.g., /home/user/repositories/myrepo) | |
| source_repository | No | URL of remote repository to clone from |