(repoDir string)
| 13 | Config(name string) (string, error) |
| 14 | Fetch(remote string, refspec string) error |
| 15 | ForRepo(repoDir string) gitClient |
| 16 | Pull(remote, branch string) error |
| 17 | Remotes() (git.RemoteSet, error) |
| 18 | } |
no outgoing calls
no test coverage detected