

Make sure you install at least version 2.0.0. Note: VS Code will leverage your machine's Git installation, so you need to install Git first before you get these features. The VS Code documentation assumes you are already familiar with Git. Note: If you are new to Git, the git-scm website is a good place to start, with a popular online book, Getting Started videos and cheat sheets.
Git create branch based on current how to#
Most of the source control UI and work flows are common across other SCM extensions, so reading about the general Git support in VS Code will help you understand how to use another provider. VS Code ships with a Git source control manager (SCM) extension. Select providers" to see available SCM providers. Start typing and you will see suggestions for extension categories like debuggers and linters. If you would like to install another SCM provider, you can search on the scm providers extension category in the Extensions view ( ⇧⌘X (Windows, Linux Ctrl+Shift+X)). The Source Control Providers view shows the detected providers and repositories, and you can scope the display of your changes by selecting a specific provider. To turn on the Source Control Providers view, select the overflow menu in the Source Control view ( ⌃⇧G (Windows, Linux Ctrl+Shift+G)), hover over Views, and make sure that Source Control Repositories is marked with a check. For example, you can open multiple Git repositories alongside your Azure DevOps Server local workspace and seamlessly work across your projects. VS Code has support for handling multiple Source Control providers simultaneously. Tip: Click on an extension tile to read the description and reviews in the Marketplace. Configure IntelliSense for cross-compiling.
