Found an odd scenario in the git command line. Not sure how to handle this.
Git exec path oddity.
Usage:
git [--exec-path[=<path>]] <command> [<args>]
Options:
--exec-path[=<path>]
Path to wherever your core Git programs are installed. This
can also be controlled by setting the GIT_EXEC_PATH
environment variable. If no path is given, git will print the
current setting and then exit.
Found an odd scenario in the git command line. Not sure how to handle this.