赞
踩
最近研究了一下socket.io相关的知识,在github上找到了socket.io-poco这个库,用C++11写的协议封装库
在使用中发现 存在一些错误 于是修正后想要向原项目反馈这个错误
于是需要使用github的pull request功能
在socket.io-poco项目的github主页 有一个fork按钮(在start的右边)
点击后 github后从当前分支切出一个分支到你的github仓库
接下来的流程就是很熟悉的
从自己的github仓库clone代码
git clone https://github.com/sliver-chen/socket.io-poco
git add remote upstream https://github.com/himynameschris/socket.io-poco
git add ...
git commmit -s -m "xxx"
git push -u origin xxx_branch分支
push到自己的仓库后 网页打开自己的github 这个项目的主页
可以发现网站已经提示出现的 pull request的提示 直接点击就可以发起pull请求
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。