重要
Azure Data Studio 将于 2026 年 2 月 28 日停用。 建议使用 Visual Studio Code。 有关迁移到 Visual Studio Code 的详细信息,请访问 Azure Data Studio 发生了什么情况?
Azure Data Studio supports Git for version/source control.
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.
- Under the File menu, select Open Folder...
- 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.
Select Source Control, then select the git icon.
Enter the path to the folder you want to initialize as a Git repository and press Enter.
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.
- 从 下载 Azure Data Studio