| 6 | import * as utils from './utils' |
| 7 | |
| 8 | interface GitRemote { |
| 9 | hostname: string |
| 10 | protocol: string |
| 11 | repository: string |
| 12 | } |
| 13 | |
| 14 | export class GitConfigHelper { |
| 15 | private git: GitCommandManager |
nothing calls this directly
no outgoing calls
no test coverage detected