GitHub entry (eight) -Pull Request Process

Figure 1. Concept


2. Process

    2.1FORK

    Access the repository page, click on the Fork button to create your own warehouse 

    

    2.2CLONE

    This warehouse clone to the current development environment

    2.3BRANCH

    In GitHub transmitting the Pull Request , the transmission characteristics are generally branched. As a result, Pull Request to have a clearer characteristics (theme). Let each other know their intent to modify the code to help improve the efficiency of the code review.

    2.4 Add code

    2.5 commit the changes

    2.6 To create a remote branch
    from GitHub sent Pull Request , GitHub end of the warehouse must have a branch that contains the modified code.

    $ Git push origin branch name

    2.7 Send Pull Request





Guess you like

Origin blog.csdn.net/ly853602/article/details/80387450