From the course: GitHub Foundations Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Describe the purpose of the pull request tabs

Describe the purpose of the pull request tabs - GitHub Tutorial

From the course: GitHub Foundations Cert Prep by Microsoft Press

Describe the purpose of the pull request tabs

- [Instructor] Right, again I want to repeat the refrain that GitHub foundations is about us understanding how to best navigate or even at the most basic level navigate, and so we need to understand when you're looking at a PR that you may or may not have opened, you may or may not even be participating in, as long as you've got read access, you can read those things. The conversation is the initial description. It's the big, most important page in terms of 80%. It's where your full history is. Any GitHub actions, GitHub apps that are running to do CI/CD and checking and integration, all of that is tracked as conversation flow. And we also can at any time look at the chronological commit history to that PR, which could be not only the PR author, but code reviewers as well. Checks is a great way to summarize, if you do have any CI/CD pipeline stuff, what's going on with it, and then if you're looking for a unified diff view of the specific files rather than the commit SHA and just that…

Contents