I created a private git repo on bitbucket and committed code. Now I want to export all (commits, code, history) and import it in a git repo on github.
Is there a way to do this? Thanks
Check everything out locally to your computer and git pull.
Create a github repo
Add this repo as your second remote ("with git remote add github URL")
Push to the second remote
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With