A HelperConfig is used to configure and inspect the state of git credential helpers.
| 13 | |
| 14 | // A HelperConfig is used to configure and inspect the state of git credential helpers. |
| 15 | type HelperConfig struct { |
| 16 | SelfExecutablePath string |
| 17 | GitClient *git.Client |
| 18 | } |
| 19 | |
| 20 | // ConfigureOurs sets up the git credential helper chain to use the GitHub CLI credential helper for git repositories |
| 21 | // including gists. |
nothing calls this directly
no outgoing calls
no test coverage detected