set_ssh
Change a remote URL to its SSH equivalent. Returns old and new remote URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sshUrl | No | New SSH remote URL, e.g. git@github.com:owner/repo.git. | |
| remoteName | No | Remote name to update. Default origin. | origin |
| workingDirectory | No | Git repo path. Default current directory. | . |