Back to Browse

Working with Git/GitHub Branches and Pull Requests in Visual Studio 2019: Hands On Example

16.0K views
Nov 5, 2020
16:53

Start with a C# Razor Page project that has been committed to a GitHub repository. Create a new branch, and add simple features into that branch, using ViewData[] to move data from codebehind to HTML. Then, add more advanced logic, including a query parameter with Request.Query. Push to the new branch. Create a pull request on GitHub. Comment on the pull request, then merge the pull request into the master branch. Return to Visual Studio, change to master branch, and then synchronize to get changes.

Download

0 formats

No download links available.

Working with Git/GitHub Branches and Pull Requests in Visual Studio 2019: Hands On Example | NatokHD