@ -237,13 +237,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- The Visual File History allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them


- Worktrees — allow multiple branches to be checked-out at once
- Worktrees allow you to easily work on different branches of a repository simultaneously. You can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace
- Adds a new GitLens Home view — see welcome content, help resources, and subscription information
- Adds a _Get Started with GitLens_ walkthrough to introduce new (and existing) users to many of the powerful features of GitLens — try it via _GitLens: Get Started_ from the Command Palette
@ -778,7 +778,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Integrates line history into the [**_File History_ view**](https://github.com/gitkraken/vscode-gitlens#file-history-view-)


- Adds a new _Toggle History Mode_ command to toggle between showing file or line history
- Adds an indicator icon (up arrow) to unpublished (unpushed) commits
@ -81,7 +81,7 @@ No, the introduction of GitLens+ has no impact on existing GitLens features, so
## Visual File History view [#](#visual-file-history-view- 'Visual File History view')
<palign="center">
<imgsrc="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-hover.png"alt="Visual File History view"/>
<imgsrc="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-illustrated.png"alt="Visual File History view"/>
</p>
The Visual File History view allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
@ -93,7 +93,7 @@ Additionally, each commit's additions and deletions are visualized as color-code
Worktrees allow you to easily work on different branches of a repository simultaneously. You can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace.
GitLens+ adds all-new, completely optional, features that enhance your current GitLens experience when you sign in with a free account. A free GitLens+ account gives you access to these new GitLens+ features on public repos, while a paid account allows you to use them on private repos.
GitLens+ features include the Commit Graph, Visual File History, Worktrees, and more.
@ -6,7 +6,7 @@ GitLens+ adds all-new, completely optional, features that enhance your current G
[Learn more about GitLens+](https://gitkraken.com/gitlens/plus-features?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-plus-links 'Learn more')
GitLens+ features include the Commit Graph, Visual File History and Worktrees.
GitLens+ features include the Commit Graph, Visual File History, Worktrees, and more.
@ -16,7 +16,3 @@ GitLens+ features include the Commit Graph, Visual File History and Worktrees.
## Does this affect existing features?
No, the introduction of GitLens+ has no impact on existing GitLens features, so you won't lose access to any of the GitLens features you know and love. In fact, we are heavily investing in enhancing and expanding the GitLens feature set. Creating an account simply gives you access to a subset of new features that will enable you to get even more out of Git in VS Code!
## More GitLens+ features coming soon
Additional features like rich integration with GitHub Enterprise are coming soon.
GitLens+ users with a paid plan can access rich integrations for self-hosted providers.
### GitHub Enterprise
GitHub Enterprise users can see GitHub avatars for commit authors, richer details for auto-linked issues and pull requests, as well as pull requests associated with commits and branches.
<palign="center">
<imgsrc="../../images/docs/hovers-gitlab-integration.png"alt="Commit Hover with GitHub Rich Integration"/>
</p>
### GitLab Self-Managed
GitLab Self-Managed users can see GitLab avatars for commit authors, richer details for auto-linked issues and merge requests, as well as merge requests associated with commits and branches.
@ -9,7 +17,3 @@ GitLab Self-Managed users can see GitLab avatars for commit authors, richer deta
<palign="center">
<imgsrc="../../images/docs/hovers-gitlab-integration.png"alt="Commit Hover with GitLab Rich Integration"/>
</p>
### GitHub Enterprise
A rich integration with GitHub Enterprise is coming soon.