init
Initialize a new Git repository by specifying the path, initial branch, template, or creating a bare repository, enabling streamlined repository setup for AI-driven workflows.
Instructions
Initialize new Git repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bare | No | Create a bare repository (--bare) | |
initialBranch | No | Set the initial branch name (--initial-branch) | |
repoPath | Yes | Absolute path where to initialize the git repository | |
template | No | Template directory to use (--template) |