I\'m trying to following this Github tutorial: https://www.youtube.com/watch?v=73I5dRucCds When I try to change my directory to my desktop, I get this in my Git Shell:
It seems to me you are trying to understand where Documents
is.
To do that open your terminal and type cd
, that will change your current directory to your home folder.
Once in your home, which should look like /c/Users/YOUR-USERNAME
, type ls
, your Documents
folder is there.
tl;dr cd /c/Users/YOUR-USERNAME/Documents
.