RemoteAdd adds a new remote to the repository in given path.
(repoPath, name, url string, opts ...git.RemoteAddOptions)
| 8 | type ModuleStore interface { |
| 9 | // RemoteAdd adds a new remote to the repository in given path. |
| 10 | RemoteAdd(repoPath, name, url string, opts ...git.RemoteAddOptions) error |
| 11 | // DiffNameOnly returns a list of changed files between base and head revisions |
| 12 | // of the repository in given path. |
| 13 | DiffNameOnly(repoPath, base, head string, opts ...git.DiffNameOnlyOptions) ([]string, error) |
no outgoing calls
no test coverage detected