If you already use Git on beanstalk, you can simply create an empty repository on GitHub and then add it as a remote in your local repo.
(if your repo is in ~ / project)
cd ~/project git remote add github <github-ssh-url-here> git push github --all --tags
Tigraine
source share