-
Notifications
You must be signed in to change notification settings - Fork 7
git Pull request
shaojunda edited this page Jul 30, 2016
·
3 revisions
- 先将完成好的作业的版本加入到 Git 中,在项目目录下执行
git add .
。 - 提交修改,执行
git commit -m "implements step4"
。 - 将该分支提交到 github 上,执行
git push origin step4
。 (这里的 step4 是你当前要提交到 git 上的分支名) - 登陆 github,进入到你自己的 job-listing 页面,我的地址是:https://github.com/shaojunda/job-listing。 正常情况下会看到类似下图的提示, (图片无法显示的话点击 -> http://d.pr/i/1e9tq) 点击 compare & pull request 按钮。 然后按照下图进行操作: (图片无法显示的话点击 -> http://d.pr/i/1iBtE) 点击 Create pull request 按钮。
如果进入项目后没有看到 compare & pull request 按钮,可以手动创建 pull request 。如图:
(图片无法显示的话点击 -> http://d.pr/i/1bMHR)