Skip to content

Commit 93012d5

Browse files
authored
Update alt-text in git tags screenshot
1 parent e18bc20 commit 93012d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **Git Repository** window contains three main sections, as numbered in the p
2525

2626
1. **Branches / Tags**: Git empowers users to multitask and experiment with their code through branches. Branching in Git is helpful in several scenarios, especially when working on complex projects with multiple features or when collaborating with a team. With Visual Studio 17.13 and later, you can see tags in the repo, and navigate to any tag. Your team can use git tags (for example, `v1.0`), to mark points in the history of your repo and view the state of the repo at that point in history. See [Git - Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging).
2727

28-
:::image type="content" alt-text="Screenshot that shows git tags in the Git Repository window" source="./media/vs-2022/git-tags.png" lightbox="./media/vs-2022/git-tags.png" :::
28+
:::image type="content" alt-text="Screenshot that shows git tags in the Git Repository window." source="./media/vs-2022/git-tags.png" lightbox="./media/vs-2022/git-tags.png" :::
2929

3030
1. **Graph**: This section visualizes the state of your branch. It has three subsections:
3131

0 commit comments

Comments
 (0)