Skip to content

Instantly share code, notes, and snippets.

@martin-cotta
Created July 1, 2016 18:33
Show Gist options
  • Save martin-cotta/ef4c9122cb1335f96ab05d37c3e699e8 to your computer and use it in GitHub Desktop.
Save martin-cotta/ef4c9122cb1335f96ab05d37c3e699e8 to your computer and use it in GitHub Desktop.
cd repo
git remote rename origin bitbucket
git remote add origin https://github.com/user/repo.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