Skip to content

Commit 1153d7d

Browse files
Merge pull request #14181 from ghogen/ai-freshness-august-2025
Review and update version control articles with AI references
2 parents c8f716a + 4733754 commit 1153d7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/version-control/git-create-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a pull request in Visual Studio
33
titleSuffix: ""
44
description: Create a pull request in Visual Studio by using GitHub or Azure DevOps.
5-
ms.date: 1/13/2025
5+
ms.date: 8/7/2025
66
ms.topic: how-to
77
author: ghogen
88
ms.author: ghogen

docs/version-control/git-make-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Make a Git commit in Visual Studio
33
titleSuffix: ""
44
description: Make a Git commit in Visual Studio by using Git providers such as GitHub or Azure DevOps, or locally with no provider at all.
5-
ms.date: 12/17/2024
5+
ms.date: 8/7/2025
66
ms.topic: how-to
77
author: ghogen
88
ms.author: ghogen

docs/version-control/git-manage-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Git repos in Visual Studio
33
titleSuffix: ""
44
description: Manage any Git repository in Visual Studio by using the Git Repository window and change your last commit, merge commits (squash), cherry-pick commits, and more.
5-
ms.date: 12/17/2024
5+
ms.date: 8/7/2025
66
ms.topic: how-to
77
author: ghogen
88
ms.author: ghogen
@@ -22,7 +22,7 @@ To open the **Git Repository** window, choose **View** > **Git repository** (or
2222

2323
## Explain a commit with GitHub Copilot Chat
2424

25-
With Visual Studio 2022 version 17.10 preview 2 and later and the GitHub Copilot extensions, you can use AI to generate a detailed commit description that describes the changes in that commit. Press the **Explain** button to request that GitHub Copilot create a commit description. To install GitHub Copilot, see [Install and manage GitHub Copilot in Visual Studio](../ide/visual-studio-github-copilot-install-and-states.md).
25+
With Visual Studio 2022 version 17.10 and later and [GitHub Copilot](../ide/visual-studio-github-copilot-install-and-states.md), you can use AI to generate a detailed commit description that describes the changes in that commit. Press the **Explain** button to request that GitHub Copilot create a commit description. To install GitHub Copilot, see [Install and manage GitHub Copilot in Visual Studio](../ide/visual-studio-github-copilot-install-and-states.md).
2626

2727
:::image type="content" source="media/vs-2022/repository-commit-copilot.png" alt-text="Screenshot of the explain button to request that GitHub Copilot create a commit explanation.":::
2828

0 commit comments

Comments
 (0)