摘要:
自己先要fork别人的代码. 然后把代码git clone到本地.. 当自己有提交的时候, 可以在git commit之后 git push origin master 然后这份git push orgin master会显示在自己的github中 如果想把自己的patch合并,则必须要经过文件所有人的允许. 发送pull request. 所有者收到pull request后会review patch,并且决定是否merge 阅读全文