gpt4 book ai didi

git - 'git fetch' 和 'git fetch --all' 有什么区别

转载 作者:太空狗 更新时间:2023-10-29 14:00:33 27 4
gpt4 key购买 nike

这似乎对我正在使用的 repo 没有影响,手册页也不是很有帮助。

最佳答案

如果您有多个 Remote ,

git fetch --all 会有所不同。大多数时候你只有“来源”,但你可以添加任意数量的 Remote 。

git clone ssh://example.com/git/repo/first-repo
git remote add my-other-remote ssh://example.com/git/repo/another

git fetch 将从“first-repo”获取,其中 git fetch --all 将从“first-repo”和“another”获取

关于git - 'git fetch' 和 'git fetch --all' 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22083818/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com