git_init
Initialize a new Git repository in the current directory. Set up version control for your project by creating the necessary .git folder structure and configuration files.
Instructions
Initialize a new git repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bare | No | Create a bare repository | |
| initialBranch | No | Set the initial branch name |