使用所有参考克隆 git 存储库
我试图在克隆时从外部存储库获取所有引用。我之前通过 push --mirror
导出了它们,所以据我所知,外部存储库应该有它们。
如何强制拉动所有裁判?
I'm trying to get all refs from an external repository when cloning. I exported them all before, by doing push --mirror
, so the external repository should have them, as far as I know.
How can I force all refs to be pulled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该足以从远程镜像裸仓库获取所有分支和所有标签。
should be enough to get all branches, and all tags from your remote mirror bare repo.