(name string)
| 11 | Clone(cloneURL string, args []string) (string, error) |
| 12 | CommandOutput(args []string) ([]byte, error) |
| 13 | Config(name string) (string, error) |
| 14 | Fetch(remote string, refspec string) error |
| 15 | ForRepo(repoDir string) gitClient |
| 16 | Pull(remote, branch string) error |
no outgoing calls
no test coverage detected