git_add
Stage specified file paths or pathspecs in a local Git repository's index before committing. Enable the all option to stage every change when needed.
Instructions
Add file contents to the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Use git add --all. | |
| cwd | No | Optional local working directory or repository path. | |
| paths | Yes | Paths or pathspecs to add. |