(string, string, string)
| 11 | CurrentBranch() (string, error) |
| 12 | UpdateBranch(string, string) error |
| 13 | CreateBranch(string, string, string) error |
| 14 | Fetch(string, string) error |
| 15 | HasLocalBranch(string) bool |
| 16 | IsAncestor(string, string) (bool, error) |
no outgoing calls
no test coverage detected