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%
To reach the directory which has the spaces in it's path you just need to wrap the whole path with quotes. It should look like this:
cd "/c/Some Folder/Some Other Folder/"