I would like to use git-bash come with github client on a windows 7 (32bit) machine. Somehow, the git-bash has already learned the $PATH variables from windows
$PATH
Why not using absolute path instead of relative path and if a folder of file name contains a space just use "" (quotes).
path
""
Ex. cd C:/Users/"My Folder"
cd C:/Users/"My Folder"