Browse Source

Fixes broken images

main
Eric Amodio 2 years ago
parent
commit
9e009bcd8c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -74,7 +74,7 @@ Access to premium features requires a free account for public repos and a paid a
## Visual File History view [#](#visual-file-history-view- 'Visual File History view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/visual-file-history-hover.png)" alt="Visual File History view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/visual-file-history-hover.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.
@ -86,7 +86,7 @@ Additionally, each commit's additions and deletions are visualized as color-code
## Worktrees view [#](#worktrees-view- 'Worktrees view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/worktrees-view.png)" alt="Worktrees view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/worktrees-view.png" alt="Worktrees view" />
</p>
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.

Loading…
Cancel
Save