I have my code repo in Beanstalk. How do I move the code from Beanstalk to Github?
The recommended way to do this is to:
git clone --bare url/for/beanstalk/repo.git . git push --mirror git@github.com:user/repo.git
Also see here: https://help.github.com/articles/importing-an-external-git-repo