Git/GitHub Fundamentals in Visual Studio 2019

Brandan Jones

Install the Visual Studio 2019 GitHub plugin. Create a new project, and connect it to version control (GitHub). Make a change, and commit and push through Team Explorer. Verify that change occurred on GitHub.com. Then, make another change, go to command line, and use git add, git commit -m, and git push origin master, to show how these same commands can run on command line.