From the course: Visual Studio: Source Control with Git and GitHub

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Review and compare the pull request

Review and compare the pull request - Visual Studio Tutorial

From the course: Visual Studio: Source Control with Git and GitHub

Start my 1-month free trial

Review and compare the pull request

- [Instructor] Now it's time to look at it from my perspective. I have opened the project and I go to Team Explorer, and I go to Sync, we'll see if there's anything to sync. So there's nothing to sync, I have no outgoing commits, there is no incoming commits. let me go take a look at the code over here in index.cshtml. It's still using the original value. So how do I know there's a pull request? Well, I could go to the GitHub website or in Visual Studio I can go to Team Emplorer, and click here in Pull Requests. And that opens up the same GitHub extension and here I can see there's one open pull request that was created on the master branch or this is the title that Terry typed in there. Terry should have done a better job of titling that I guess. And I can double-click on that. Let me make this a little wider so you can see what's happening. Here's the pull request. It came from Terry on her master branch and it's a…

Contents