赞
踩
GitHub 上一般通过提交 PR(Pull Request)的方式,向开源项目合并代码。
参与开源项目的第一步通常是 fork 仓库,它的意义简单而言就是复制一份代码到自己的账号下。
使用下载代码的命令:git clone https://github.com/l-dawei/oneflow.git
git pull
git checkout master
git checkout -b modify_README
git commit -a
git push origin modify_README
输入以下网址,进行提交。
https://github.com/l-dawei/oneflow/pull/new/modify_README
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。