git-add
Add specified files to the staging area to include them in the next commit. Stage changes incrementally for version control.
Instructions
Adds a specific file to the staging area
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | The files to add to the staging area | |
| directory | No | The directory to run the command in (defaults to current working directory) |