issues
search
www1350
/
javaweb
http://www1350.github.io/
31
stars
5
forks
source link
Pull Request流程
#65
Open
www1350
opened
8 years ago
www1350
commented
8 years ago
首先fork我的项目
把fork过去的项目也就是你的项目clone到你的本地
运行 git remote add www1350 git@github.com:www1350/www1350.github.io.git把我的库添加为远端库
运行 git pull www1350 master 拉取并合并到本地
翻译内容
commit后push到自己的库(git push origin master)
登录Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。
1~3是初始化操作,执行一次即可。在翻译前必须执行第4步同步我的库(这样避免冲突),然后执行5~7既可。