git-init
Set up a new Git repository in a specified directory. Initialize version control for a project.
Instructions
Initializes a new Git repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | The directory to initialize as a Git repository (defaults to current working directory) |