git clone 代表从远程克隆过来包括所有的版本信息 git fetch是从远程获取最新的版本 git pull相当于 git fetch 然后再git merge 转载于:https://www.cnblogs.com/eret9616/p/9294529.html