git fetch:相当于是从远程获取最新版本到本地,不会自动合并。
git pull:相当于是从远程获取最新版本并merge到本地
merge
git工具使用
原文:https://www.cnblogs.com/wuxiangli/p/8734600.html