You know how when you want to put something on GitHub it tells you to copy some commands like:
git remote add origin https://github.com/prendradjaja/foo.git
git push -u origin master
If you're like me and you're SO lazy that you don't want to use your mouse to copy commands, you can just copy the URL (e.g. https://github.com/prendradjaja/foo
) in your browser and then use:
git-import.py https://github.com/prendradjaja/foo
Put this in your .bashrc
for maximum laziness.