I have a git repository on github.
I would like to migrate the master version of the repository to a local filesystem, and clone from this local filesystem copy.
How do I do so?
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.
First, create your new repository by cloning your github repository:
If you want to delete your github repository, go to
https://github.com/<User Name>/<Project Name>/edit. At the bottom of the page, there is link to delete the repository.Then setup your new repository to be shared:
http://www.google.com/search?q=serving+a+git+repository
Finally, on all other clones of the github repository, change the url of origin: