git_init
Initialize a new Git repository at a specified path using the GIT MCP Server. Accepts options for creating bare repositories to manage version control efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bare | No | Create a bare repository | |
repository_path | Yes | Path for the new git repository |