git_add
Stage git files for commit by specifying paths or using '.' to add all changes, preparing them for versioning.
Instructions
Stage file(s) for commit (git add).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | File(s) to stage (space-separated, or '.' for all). | . |
| repo_path | No | Path to the git repository. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |