Skip to content

Commit 51a01cc

Browse files
committed
Merge branch 'master' into live
2 parents 27cf209 + 3fdf401 commit 51a01cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: 01/28/2019
5+
ms.date: 08/16/2021
66
ms.topic: tutorial
77
author: JoshuaPartlow
88
ms.author: joshuapa
@@ -18,6 +18,10 @@ ms.workload:
1818

1919
**Previous step: [Install packages and manage your Python environment](tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md)**
2020

21+
[!INCLUDE[..get-started/includes/git-source-control.md](../get-started/includes/git-source-control.md)]
22+
23+
::: moniker range="vs-2017"
24+
2125
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.
2226

2327
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.
@@ -54,6 +58,8 @@ For a short walkthrough of creating a project from a remote Git repository, see
5458

5559
For a much more comprehensive tutorial, including handling merge conflicts, reviewing code with pull requests, rebasing, and cherry-picking changes between branches, see [Get started with Git and Azure Repos](/azure/devops/repos/git/gitquickstart).
5660

61+
::: moniker-end
62+
5763
## Tutorial review
5864

5965
Congratulations on completing this tutorial on Python in Visual Studio. In this tutorial you've learned how to:

0 commit comments

Comments
 (0)