git_init_tool
Initializes a new Git repository at a specified path, setting up version control for your project.
Instructions
Initialises a new Git repository at the given path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path where the new Git repository will be initialised |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |