I’m completely new to using Git (and find it a lot harder to use than SVN already), and I noticed that the project I pulled in was dumped right in my C:/Users// directory. I prefer moving it somewhere else so how do I go about doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just move the folder that contains all the source and the .git directory wherever you want.
Git doesn’t tie the location of your clone to anything, it is only tied to the location of the upstream repository (the one that you cloned from, if your repository is a clone, that is).