Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I fork a Codeplex repo to GitHub?

Simple question, is it possible to fork a Codeplex repo on my GitHub?

Thanks.

like image 533
Ucodia Avatar asked Dec 14 '14 15:12

Ucodia


People also ask

Can you fork a repo on GitHub?

You can fork a repository to create a copy of the repository and make changes without affecting the upstream repository.

Can you fork a forked repository?

In this model, you fork the project repository to your own account using the GitHub website. You can then clone the forked repository to your desktop as you would any other repo. Typically you would create a working branch on the local copy of the repo, edit the documents, then push the changes to GitHub.


1 Answers

Yes, you can use the GitHub Importer and read its documentation.

like image 166
Bernard Vander Beken Avatar answered Oct 09 '22 00:10

Bernard Vander Beken