(string, string)
| 9 | type gitClient interface { |
| 10 | CurrentBranch() (string, error) |
| 11 | UpdateBranch(string, string) error |
| 12 | Worktrees() ([]git.Worktree, error) |
| 13 | CreateBranch(string, string, string) error |
| 14 | Fetch(string, string) error |
no outgoing calls
no test coverage detected