Skip to content

Instantly share code, notes, and snippets.

@AnisimovMoscow
Last active April 16, 2020 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnisimovMoscow/94895400c139a1b16186158e91d2ba75 to your computer and use it in GitHub Desktop.
Save AnisimovMoscow/94895400c139a1b16186158e91d2ba75 to your computer and use it in GitHub Desktop.
Transfer repo from Bitbucket to Github
git remote rename origin bitbucket
git remote add origin git@github.com:username/project.git
git push -u origin master
git remote rm bitbucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment