1. git fetch:相当于是从远程获取最新版本到本地,不会自动merge
2. git pull:相当于是从远程获取最新版本并merge到本地
git pull origin branch_investor 更新代码
git push origin branch_investor 提交代码
git命令
原文:http://www.cnblogs.com/xiaotaiyang/p/4105369.html