我在Beanstalk中有我的代码存储库。如何将代码从Beanstalk移到Github?
最佳答案
推荐的方法是:
git clone --bare url/for/beanstalk/repo.git .
git push --mirror [email protected]:user/repo.git
另请参见此处:https://help.github.com/articles/importing-an-external-git-repo
关于git - 如何将Git Repo从Beanstalk移至Github?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8538362/