-
-
Save jackofseattle/15ed2c5c03b01ba48fcbad4c319fcfe9 to your computer and use it in GitHub Desktop.
Transfer 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
git remote rename origin bitbucket | |
git remote add origin {new repo url} | |
git push origin --all | |
$ git remote rm bitbucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment