Skip to content

Commit 42e3de7

Browse files
committed
Remove nested monikers
1 parent a807028 commit 42e3de7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +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-
:::moniker range="<=vs-2019"
49-
:::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.":::
50-
:::moniker-end
51-
52-
:::moniker range=">=vs-2022"
5348
:::image type="content" source="media/vs-2022/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." lightbox="media/vs-2022/git-source-control-inner-loop.png":::
54-
:::moniker-end
5549

5650
## Repository management and collaboration
5751

0 commit comments

Comments
 (0)