git_track
Track and stage specific files or all changes in a Git repository using the provided file paths or an array of paths. Ideal for managing staged changes in local repositories.
Instructions
Track (stage) specific files or all files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | No | Array of file paths to track/stage (use ["."] for all files) | |
repo_path | Yes | The path to the local Git repository |