How would I change to the directory C:/Users/myname/project name
in Git Bash?
You will need to use quotes in your directory name, or the short version of the filename.
You can find the short version of the file name by issuing the command:
dir /x
If I remember correctly. I do not have a windows machine.
It is a version of bash
shell though, so you should be able to simply quote it. (And the dir /x
may or may not work.)