mysql,Linux,HighPerformance,ruby on Rails

2009年10月22日星期四

github上学来的git merge技巧.

场景,我fork了一个项目,然后自已写了一些test,然后就放在github里了没动过.最近不忙了,想重新拿起来,继续把Taobao TOP的api rails plugin继续写,所以希望先从fork源那原来的那哥们的代码更新一下,找来找去,找到这最有用的:
git clone git@github.com:bricoleurs/bricolage.git
cd bricolage
git remote add merger git://github.com/username/bricolage.git
git pull merger master
git push origin master
git remote rm merger

就是这个有用的,不用介绍,你也会merge别人的代码了.呵呵.加油,努力.
参考:
http://wiki.github.com/bricoleurs/bricolage/merging-with-git

一直使用twitter,blog更新就很懒了.

没有评论:

发表评论