git-remote-remove
Specify a remote name to remove it from your Git repository. Optionally set the working directory.
Instructions
Removes a remote repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the remote repository to remove | |
| directory | No | The directory to run the command in (defaults to current working directory) |