(cloneURL string, args []string)
| 9 | type gitClient interface { |
| 10 | CheckoutBranch(branch string) error |
| 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 |
no outgoing calls
no test coverage detected