Skip to content

Commit 3f1b38c

Browse files
authored
Merge pull request #9543 from rachana-satao/RAS-11feb22-VS-Py-1889169-7
Update-1
2 parents c94c961 + 9192b87 commit 3f1b38c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/get-started/includes/git-source-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
ms.date: 08/30/2021
2+
ms.date: 02/11/2022
33
ms.technology: vs-ide-general
4-
ms.custom: vs-get-started
4+
ms.custom: vs-get-started, devdivchpfy22
55
ms.author: tglee
66
author: TerryGLee
77
manager: jmartens
@@ -43,4 +43,4 @@ To associate your code with Git, start by creating a new Git repository where yo
4343

4444
To learn more about how to use Git with your app, see the [Visual Studio version control documentation](../../version-control/index.yml).
4545

46-
::: moniker-end
46+
::: moniker-end

docs/python/tutorial-working-with-python-in-visual-studio-step-06-working-with-git.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Python in Visual Studio tutorial step 6, work with Git
33
titleSuffix: ""
44
description: Step 6 of a core walkthrough of Python in Visual Studio, covering Visual Studio's Git-related features.
5-
ms.date: 08/16/2021
5+
ms.date: 02/28/2022
6+
ms.custom: devdivchpfy22
67
ms.topic: tutorial
78
author: rjmolyneaux
89
ms.author: rmolyneaux
@@ -22,13 +23,13 @@ ms.workload:
2223

2324
::: moniker range="vs-2017"
2425

25-
Visual Studio provides direct integration with local Git repositories and remote repositories on services like GitHub and Azure Repos. The integration includes cloning a repository, committing changes, and managing branches.
26+
Visual Studio provides direct integration with local Git repositories and remote repositories. It helps you on services like GitHub and Azure Repos. The integration includes cloning a repository, committing changes, and managing branches.
2627

2728
This article provides a basic overview of creating a local Git repository for an existing project, and familiarizing yourself with some of Visual Studio's Git-related features.
2829

2930
1. With a project open in Visual Studio, such as the project from the [previous step](tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md), right-click the solution and select **Add Solution to Source Control**. Visual Studio creates a local Git repository that contains your project code.
3031

31-
1. When Visual Studio detects that the project is managed in a Git repository Git-related controls appear along the bottom right corner of the Visual Studio window. The controls show pending commits, changes, the name of the repository, and the branch. Hover over the controls to see additional information.
32+
1. When Visual Studio detects the project is managed in a Git repository, Git-related controls appear. The Git-related controls appear along the bottom right corner of the Visual Studio window. The controls show pending commits, changes, the name of the repository, and the branch. Hover over the controls to see additional information.
3233

3334
![Additional information appears when hovering over a Git control on the Visual Studio window](media/working-with-git-01.png)
3435

@@ -48,9 +49,9 @@ This article provides a basic overview of creating a local Git repository for an
4849

4950
![Team Explorer in Visual Studio showing branches](media/working-with-git-04.png)
5051

51-
1. Selecting the Git control with the repository name (**CosineWave** in a previous image), **Team Explorer** shows a **Connect** interface with which you can quickly switch to another repository entirely.
52+
1. To switch to another repository, select the Git control with the repository name (**CosineWave** in a previous image), and then in **Team Explorer**, use the Connect interface.
5253

53-
1. When using a local repository, committed changes go directly into the repository. If you're connected to a remote repository, select the drop-down header in **Team Explorer**, choose **Sync** to switch to the **Synchronization** section, and work with the **Pull** and **Fetch** commands presented there.
54+
1. When you use a local repository, committed changes go directly into the repository. If you're connected to a remote repository, select the drop-down header in **Team Explorer**, select **Sync** to switch to the **Synchronization** section, and work with the **Pull** and **Fetch** commands presented there.
5455

5556
## Go deeper
5657

0 commit comments

Comments
 (0)