AddRemote add a new remote to the repository
(name string, url string)
| 231 | type repoTest interface { |
| 232 | // AddRemote add a new remote to the repository |
| 233 | AddRemote(name string, url string) error |
| 234 | |
| 235 | // GetLocalRemote return the URL to use to add this repo as a local remote |
| 236 | GetLocalRemote() string |
no outgoing calls