git_init
Create a new Git repository in your workspace. Specify a directory path or use the current directory by default.
Instructions
Initialise a new Git repository.
The target path must be within the workspace boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory to initialise. Defaults to the current directory. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||