DEV Community

Patrick Tshibanda
Patrick Tshibanda

Posted on

1

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 :

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more