git_init
Initialize a new Git repository by specifying the path and optionally creating a bare repository, enabling version control setup through natural language commands.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bare | No | Create a bare repository | |
repository_path | Yes | Path for the new git repository |