When I use git bash, from time to time I want to invoke a command which is on my $PATH ( well actually on my %PATH% ) but if the command resides s
$PATH
%PATH%
Commands in git-bash accept paths within double quotes
"C:\Program Files\whatever\aCmd.exe"
or back slash for scaping the blank space
c/Program\ Files/whatever/aCmd.exe
Hope it helps!