Skip to content

Instantly share code, notes, and snippets.

View alphaO4's full-sized avatar

AlphaO4 alphaO4

  • Student
  • Where ever I want
View GitHub Profile
@keijiro
keijiro / transfer.sh
Created December 24, 2015 10:36
Transferring a repository from GitHub to BitBucket.
git clone --mirror https://github.com/keijiro/Foobar.git
git remote set-url --push origin https://keijiro@bitbucket.org/keijiro/Foobar
git push --mirror