http://blog.csdn.net/niyaofa/article/details/6652101git
http://zoomq.qiniudn.com/ZQScrapBook/ZqFLOSS/data/20110712171147/服务器
jenkins+gerrit+Git 搭建CI系统url
http://zengestudy.blog.51cto.com/1702365/1786555spa
https://zhuanlan.zhihu.com/p/21482554.net
Git书籍orm
https://git-scm.com/book/zh/v2blog
已有的repo修改成新的ci
先删后加:rem
git remote rm originget
git remote add origin [url]
git pull 报错:
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details
解决方案:
git branch master origin/master
这样在咱们每次想push或者pull的时候,只须要 输入git push 或者git pull便可。
在此以前,咱们必需要指定想要push或者pull的远程分支。
git push origin master
git pull origin master.
原文连接:http://josh-persistence.iteye.com/blog/2217847