From the course: Visual Studio: Source Control with Git and GitHub
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Review and compare the pull request - Visual Studio Tutorial
From the course: Visual Studio: Source Control with Git and GitHub
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
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Setup a public repository on GitHub1m 30s
-
(Locked)
Fork and clone the repository2m 3s
-
(Locked)
Verify forked project runs on computer1m 47s
-
(Locked)
Change the HTML in fork1m 3s
-
(Locked)
Commit and push to fork55s
-
(Locked)
Create the pull request1m 58s
-
(Locked)
Review and compare the pull request2m 37s
-
(Locked)
Have a conversation with contributors1m 15s
-
(Locked)
-
-