如何使用git更新代码

使用git fetch配合git status查看差异 git fetch命令可以从远程仓库获取最新信息而不合并,然后使用git status命令查看提示,或者使用git log命令对比本

Read more