Skip to content

Instantly share code, notes, and snippets.

@wise-bit
Created January 9, 2019 04:50
Show Gist options
  • Save wise-bit/e8bf0bd5fc359fae8f85fe8f83e49bce to your computer and use it in GitHub Desktop.
Save wise-bit/e8bf0bd5fc359fae8f85fe8f83e49bce to your computer and use it in GitHub Desktop.
Copy repo from bitbucket to github
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