标签:strong 冲突 git push 流程 还原 pull com 项目 内容
使用git pull文件时和本地文件冲突:
$ git stash
$ git pull
$ git stash pop stash@{0} 【还原暂存的内容】
上传项目流程:
pwd
git pull
git commit ./ -m ‘提交内容‘
git push
标签:strong 冲突 git push 流程 还原 pull com 项目 内容
原文地址:http://www.cnblogs.com/zhaojinxin/p/7267479.html