add
Stage files in a Git repository by specifying the repository path and file paths. Simplify Git workflows and prepare changes for commits efficiently.
Instructions
Add files to the git staging area.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | Yes | List of pathspecs to add | |
repoPath | Yes | Absolute path to the git repository |