1.git pull时冲突的解决
1.git stash
2.git pull
3.git stash pop stash@{0}
4.修改冲突
5.git add .
6.git commit
7.git push
GIT 命令 操作 记录
原文:http://www.cnblogs.com/rollrock/p/5282738.html