git_add
Stage specific files in a Git repository by providing the repository path and file paths to add.
Instructions
Adds file contents to the staging area
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to Git repository | |
| files | Yes | Array of file paths to stage |