Git combines the merge and review of code into the master branch through pull requests.

You create a pull requests when you'd like to merge code from your branch into one shared by the team, such as master. The pull request lists the proposed file changes, and the reviewers of the pull request can comment and vote on if they want the changes to be added to the shared branch.

Comments