From the course: Learning GitHub

Unlock the full course today

Join today to access over 24,000 courses taught by industry experts.

Review the pull request

Review the pull request

From the course: Learning GitHub

Review the pull request

- [Instructor] We are almost arriving at the end of our first GitHub flow iteration, and as you can see it's not really hard to understand and it's also very natural to use. After the creation of our first pull request in the previous chapter, now it's time to make a review of a pull request. How? Easily. In the detail page of the pull request, we can see the title and the description but not only these two information. On the tab bar, you can click on the commits tab, and here you can see all the commit included in the pull request. From here, you can click on the commit message and see the details of the single commits as well. If you want to see an overview of all changes in the files included in the pull request, you can click on the tab called "Files changed". From here, you can see the sum of all changes in every single file. When you are confident with the pull request changes you are ready to merge the pull…

Contents