git-remote-set-url
Update the URL of an existing remote repository to point to a new location.
Instructions
Changes the URL of an existing remote repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the remote repository | |
| url | Yes | New URL for the remote repository | |
| directory | No | The directory to run the command in (defaults to current working directory) |