Skip to content

Instantly share code, notes, and snippets.

View khairulTonu's full-sized avatar

Md. Khairul Islam (Tonu) khairulTonu

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://[email protected]/keijiro/Foobar
git push --mirror