Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 784 Bytes

6. Opening a Pull Request.md

File metadata and controls

13 lines (12 loc) · 784 Bytes

What is Pull Request?

A pull request is GitHub’s way of notifying relevant parties about your request to incorporate changes into their branch. A pull request will show in red and green the differences of the content between branches. You can make a pull request any time you complete a commit.

Steps to be follow for opening a pull request:

  1. Click the Pull Request tab
  2. From the Pull Request page, click the New pull request button.
  3. In the Example Comparisons box, select the branch you made the changes, to compare with main
  4. Review the changes and difference in the Compare page
  5. Click Create Pull Request button
  6. Give your pull request a title and write a brief description of your changes.
  7. Click Create pull request!