git_add_tool
Adds files to Git staging area using repository path and file list. Use '.' to stage all changes, preparing them for commit.
Instructions
Adds file contents to the staging area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the Git repository | |
| files | Yes | List of files to stage. Use ['.'] to stage everything |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |