git-remote-add
Add a remote repository to your Git project by specifying its name and URL. This command links your local repository to a remote server.
Instructions
Adds a remote repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the remote repository | |
| url | Yes | URL of the remote repository | |
| directory | No | The directory to run the command in (defaults to current working directory) |