标签:区别 安全 行合并 etc 比较 div csdn git log git merge
原文: http://www.tech126.com/git-fetch-pull/
Git fetch origin master
git log -p master..origin/master
git merge origin/master
git fetch origin master:tmp
git diff tmp
git merge tmp
git pull origin master
上述命令其实相当于git fetch 和 git merge标签:区别 安全 行合并 etc 比较 div csdn git log git merge
原文地址:http://www.cnblogs.com/lixiuran/p/6758005.html