(branch string)
| 8 | |
| 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) |
no outgoing calls
no test coverage detected