Pull Request specific process in the Detailed GitHub

Pull Request straightforward explanation

"There is a warehouse, called Repo A. If you want to contribute code inside, the first thing to Fork Repo, so have a Repo A2 ,. under your Github account and then you work in this A2, Commit, push and so on. then you want the original warehouse Repo a merge your work, you can initiate a Pull request on Github, meaning that the owner of Repo a request from A2 merge your branch. If the merger is approved and formally, so that you do for the project a contributing a "- from an anonymous user know almost Links

Pull Request a specific process Detailed

Pull Request warehouse address
https://github.com/timqian/chinese-independent-blogs

(1) fork you need to pull request the warehouse to your own account in
Here Insert Picture Description
(2) git clone this repository to your machine
Here Insert Picture Description
Here Insert Picture Description
(3) files tailored to the specific requirements of the original warehouse pull request

PR requirements Example:

(Some of the warehouses to let you switch branches, some may not)

Requirements This article I will pull request are as follows:

如何提交
- 在 ./blogs-original.csv 中填入博客 URL, RSS 及简介
- 提交 PR
- PR 被 merge 之后 README 通过 ./script.js 生成

Here Insert Picture Description
(4) the changes into your clone down the warehouse
Here Insert Picture Description
Here Insert Picture Description
(5) down in your clone warehouse, click New pull request
Here Insert Picture Description
automatically jump to the original warehouse, were Comparing changes
Here Insert Picture Description
choice compare branch
Here Insert Picture Description
click Request pull the Create
Here Insert Picture Description
(6) Finally, waiting for the original author to merge your pull request to
Here Insert Picture Description
Here Insert Picture Description

Reference document:
GitHub's Pull Request What does it mean?

Published 308 original articles · won praise 149 · Views 150,000 +

Guess you like

Origin blog.csdn.net/qq_43827595/article/details/104832536