git_add
Stage changes by adding file contents to the Git index. Accepts file paths or '.' to stage all modified files.
Instructions
Add file contents to the index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | File(s) to stage, or "." for all | |
| path | No | Repository path (optional, defaults to current directory) |