I have create a repository on my laptop, how can I clone the repository in my laptop to my desktop? I have already created a shared folder where my repository is located. Thanks in advance.
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.
“Shared folder” suggests that you’re using Windows.
If your shared folder is available as a mapped network drive, say
z:, then you can just clone as if it were a local repository:(I’m not sure about slashes vs. backslashes here; currently on Linux so I can’t test it.)
Your question title asks about pulling, not cloning. But pulling should be trivial once you’ve got the clone.