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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay