Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到 git push --mirror 需要正确的存储库状态。这对我来说没有意义,因为无论 HEAD 指向何处,都应该能够镜像所有引用。关于如何使 git push --mirror 在任何类型的存储库上工作的任何想法?我发现目前,我必须做类似的事情
git 拉
git结账大师
git push --mirror secondrepo
考虑到 git 遵循的简单而透明的分支模型,这“感觉”就像是矫枉过正。似乎镜像推送应该可以从任何存储库状态进行。