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