| 8 | ) |
| 9 | |
| 10 | type FakeHelperConfig struct { |
| 11 | SelfExecutablePath string |
| 12 | Helpers map[string]Helper |
| 13 | } |
| 14 | |
| 15 | // ConfigureOurs sets up the git credential helper chain to use the GitHub CLI credential helper for git repositories |
| 16 | // including gists. |
nothing calls this directly
no outgoing calls
no test coverage detected