Git 使用
看到一篇写的不错的,mark一下 http://blog.csdn.net/hustpzb/article/details/8230454/
助教推荐学长的一篇: http://www.cnblogs.com/schaepher/p/5561193.html
github官方教程 https://help.github.com/articles/set-up-git
慕课网的视频教程 http://www.imooc.com/learn/390
自己在使用的时候一些问题,弄了很久都没有搞定
1、git push -u origin master的时候
出现下面的问题主要是服务器上仓库的版本比本地的要新
先git pull origin master
现在可以了