How to use Github with Visual Studio 2022

Go to to subscribe to the full list of courses and get source code for projects. How to create a git repository, share code with a team using Visual Studio. Learn the difference between origin and master, push vs pull or clone. Create and checkout a branch and merge it into master after a code review. Index 0:00 What is Git? 0:36 What is version control? How does Git help with version control? 2:05 What is origin? What is the master repository? 3:05 Push pull and clone 5:03 Branches and merge operations 6:52 Demonstration of C# app to work with github 7:35 Init a new repository with Visual Studio 9:00 Master the default name of the repository branch 9:50 Commit and push a change to the application repo 11:30 Stage edited or modified files 12:10 Perform a push operation to github 13:00 How often should you commit? How often should you push? 13:55 Share a repo with a team or partner 15:48 Clone a repository from Github 17:36 Create a branch of a repo and checkout 21:00 Pull request to merge a branch into repo 22:30 Delete a branch 22:40 What is next? Command line. Other IDEs merge conflicts, rebase
Back to Top