git_add
Stage files for Git commit by specifying file paths, staging all changes, or providing a custom repository path.
Instructions
Stage files for commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files to stage | |
| all | No | Stage all changes | |
| cwd | No | Repository path |