Check for git exe before attempting to run git config
This MR patches the new git config
caller to use which()
to find the git
executable, and bail out fast if that isn't found.
This MR patches the new git config
caller to use which()
to find the git
executable, and bail out fast if that isn't found.