Created
January 9, 2019 04:50
-
-
Save wise-bit/e8bf0bd5fc359fae8f85fe8f83e49bce to your computer and use it in GitHub Desktop.
Copy repo from bitbucket to github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd path/to/directory | |
git remote rename origin bitbucket | |
git remote add origin https://github.com/username/repositoryname.git | |
git push origin master | |
git remote rm bitbucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment