git_init
Initialize a new Git repository at a specified path, with an option to create a bare repository.
Instructions
Initialize a new git repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to initialize repository | . |
| bare | No | Create a bare repository |