标签: git
我在本地有两个存储库,A和B.我可以使用A的本地副本作为B中的遥控器吗?
像
git remote add A file:///path/to/repo/
答案 0 :(得分:5)
是的,就像一个魅力。