Skip to content

Commit e18bc20

Browse files
committed
Incorporate feedback
1 parent 4f88dcb commit e18bc20

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -23,7 +23,7 @@ To get started, open the **Git Repository** window by selecting **Git Repository
2323

2424
The **Git Repository** window contains three main sections, as numbered in the preceding screenshot:
2525

26-
1. **Branches / Tags**: Git empowers users to multitask and experiment with their code through branches. If you're working on multiple features at the same time or if you want to explore ideas without affecting your working code, branching can be helpful. 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).
26+
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

2828
:::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

-349 KB
Loading

0 commit comments

Comments
 (0)