1.github上版本和本地上版本冲突的方法,即提交时会提示如下错误:
解决方法,提交时采用如下代码:
git push -u origin master -f
参考链接:
http://blog.csdn.net/shiren1118/article/details/7761203