(string, string)
| 10 | type gitClient interface { |
| 11 | CurrentBranch() (string, error) |
| 12 | UpdateBranch(string, string) error |
| 13 | CreateBranch(string, string, string) error |
| 14 | Fetch(string, string) error |
| 15 | HasLocalBranch(string) bool |
no outgoing calls
no test coverage detected