git-remove
Removes a specific file from the staging area, preventing it from being committed.
Instructions
Removes a specific file from the staging area
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The file to remove from the staging area | |
| directory | No | The directory to run the command in (defaults to current working directory) |