git_rm
Remove files from the working tree and index in a local Git repository, optionally only from the index.
Instructions
Remove files from the working tree and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| paths | Yes | Paths to remove. | |
| cached | No | Only remove from the index. |