点击他人github上的fork
在自己的Github上将代码拷贝下来 git clone
在本地修改代码后创建分支
git checkout -b work master(work为新建的特性分支,可随便取名)
git add .
git commit -m '说明文字'
提交分支 git push origin work (work为分支名)
点击branch
点击按钮,输入标题和描述点击确认即可提交代码到他人的github