美丽的world 2020-07-05 22:41 采纳率: 50%
浏览 3312

请教:git update和 git pull 有什么区别呢?平时都是用git pull,想知道什么时候该用git update?

看着图标都一样,作用是不是一样啊

图片说明

  • 写回答

2条回答 默认 最新

  • threenewbee 2020-07-06 15:26
    关注

    git pull 拉取仓库覆盖本地

    没有update只有
    update-index
    update-ref

    评论

报告相同问题?