主持人注意:鉴于此问题已经发布了67个答案(其中一些已删除),请考虑在发布另一个问题之前是否提供任何新内容.
git pull和之间有什么区别git fetch?
git pull
git fetch
git version-control git-pull git-fetch
是git remote update相当于git fetch?
git remote update
git git-fetch git-remote
在回答关于从git存储库一次提取一个提交的问题时,我建议使用git remote update而不是git fetch.我已经阅读了两个手册,但不能说我完全理解.
任何人都可以向我解释如何git fetch origin和get remote update origin表现不同?
git fetch origin
get remote update origin
git
git ×3
git-fetch ×2
git-pull ×1
git-remote ×1
version-control ×1