Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.65 KB

source-control.md

File metadata and controls

42 lines (27 loc) · 1.65 KB
title description author ms.author ms.reviewer ms.date ms.service ms.topic ms.custom
Source control
Azure Data Studio supports Git for Source Control Management (SCM). Learn how to open an existing Git repository, and how to initialize a new one.
markingmyname
maghan
alayu
09/24/2019
azure-data-studio
conceptual
updatefrequency5

Source control in Azure Data Studio

Azure Data Studio supports Git for version/source control.

Git support in Azure Data Studio

Azure Data Studio ships with a Git source control manager (SCM), but you still need to install Git (version 2.0.0 or later) before these features are available.

Open an existing Git repository

  1. Under the File menu, select Open Folder...
  2. Browse to the folder that contains your files tracked by git, and select Select Folder. Subfolders in your local repository are okay to select here.

Initialize a new git repository

  1. Select Source Control, then select the git icon.

    Source control git icon

  2. Enter the path to the folder you want to initialize as a Git repository and press Enter.

    initialize Git repository

Working with Git repositories

Azure Data Studio inherits its Git implementation from VS Code, but doesn't currently support additional SCM providers. For the details about working with Git after you open or initialize a repository, see Git support in VS Code.

Additional resources