initialize_git_repository
Sets up version control in a Godot project by initializing a Git repository and creating a tailored .gitignore file.
Instructions
Initialize a Git repository in the project directory with a proper .gitignore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project root | |
| include_gitignore | No | Whether to create a Godot-specific .gitignore |