Answer the question
In order to leave comments, you need to log in
How to migrate a repository from bitbucket to github?
How to migrate a repository from bitbucket to github?
How to keep up-to-date repositories on both sites?
Answer the question
In order to leave comments, you need to log in
git clone --mirror [email protected]:username/projectname.git
cd projectname
git remote add github [email protected]:username/projectname.git
git push --mirror github
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question