How to use Git with Visual Studio

techwithpat

Patrick Tshibanda

Posted on December 10, 2021

How to use Git with Visual Studio

Git is a version control system commonly used for software development. It offers a number of features such as the ability to merge, split and compare versions.

Visual Studio offers a Git integration that allows developers to access those features without leaving the environment.

In this video, I provide an overview of how to use git in Visual Studio.

I cover the following topics :

  • Create a GIT repository
  • Create a branch
  • Saving changes
  • Combine multiple commits into one.
  • Modify the last commit
  • Push to a remote repository
  • Fetch, pull, sync a remote repository
  • Merge
  • Revert a commit
  • Go back in time with Reset
  • Resolve merge conflicts

Watch the video here :

💖 💪 🙅 🚩
techwithpat
Patrick Tshibanda

Posted on December 10, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related