Skip to content

Commit 7bcf2e9

Browse files
authored
Merge pull request #13774 from ghogen/freshness-git-overview
Review and update
2 parents cf31545 + 7c38791 commit 7bcf2e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/version-control/git-with-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Git in Visual Studio
33
titleSuffix: ""
44
description: Explore Git options for source control in Visual Studio and track the code changes you make over time or revert to specific versions.
5-
ms.date: 03/14/2025
5+
ms.date: 4/1/2025
66
ms.topic: overview
77
author: ghogen
88
ms.author: ghogen
@@ -45,7 +45,7 @@ Git is a distributed version control system, meaning that all the changes made s
4545

4646
If you are working in a team, or if you are using different machines, you might often need to fetch and pull new changes on the remote repository. To learn more about managing Git network operations in Visual Studio, refer to the [Fetch, pull, push, and sync](git-fetch-pull-sync.md) page.
4747

48-
:::image type="content" source="media/git-source-control-inner-loop.png" alt-text="The Visual Studio IDE with the Git menu and the Git Changes tab in Solution Explorer showing.":::
48+
:::image type="content" source="media/vs-2022/git-source-control-inner-loop.png" alt-text="Screenshot of Visual Studio IDE with the Git menu and the Git Changes tab in Solution Explorer showing." lightbox="media/vs-2022/git-source-control-inner-loop.png":::
4949

5050
## Repository management and collaboration
5151

341 KB
Loading

0 commit comments

Comments
 (0)