我在github上有一个git存储库.
我想将存储库的主版本迁移到本地文件系统,并从此本地文件系统副本克隆.
我该怎么办?
首先,通过克隆github存储库来创建新的存储库:
git clone --bare git@github.com:/ .git
如果要删除github存储库,请转到https://github.com/
.在页面底部,有删除存储库的链接.
然后设置要共享的新存储库:
http://www.google.com/search?q=serving+a+git+repository
最后,在github存储库的所有其他克隆上,更改源的url:
git remote set-url origin