remote_add
Add a remote repository to a Git project by specifying a name and URL, simplifying collaboration and version control tasks.
Instructions
Add a remote
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Remote name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) | |
url | Yes | Remote URL |