RemoteRemove removes a remote from the repository in given path.
(repoPath, name string, opts ...git.RemoteRemoveOptions)
| 20 | MergeBase(repoPath, base, head string, opts ...git.MergeBaseOptions) (string, error) |
| 21 | // RemoteRemove removes a remote from the repository in given path. |
| 22 | RemoteRemove(repoPath, name string, opts ...git.RemoteRemoveOptions) error |
| 23 | // RepoTags returns a list of tags of the repository in given path. |
| 24 | RepoTags(repoPath string, opts ...git.TagsOptions) ([]string, error) |
| 25 |
no outgoing calls
no test coverage detected