Skip to content

Commit 0d3ae21

Browse files
committed
Updates docs/walkthroughs
1 parent d5061c6 commit 0d3ae21

15 files changed

+24
-22
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
237237

238238
- 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
239239

240-
![Visual File History view](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-hover.png)
240+
![Visual File History view](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-illustrated.png)
241241

242242
- Worktrees — allow multiple branches to be checked-out at once
243243

244244
- 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
245245

246-
![Worktrees view](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees-view.png)
246+
![Worktrees view](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees-illustrated.png)
247247

248248
- Adds a new GitLens Home view — see welcome content, help resources, and subscription information
249249
- 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
778778

779779
- Integrates line history into the [**_File History_ view**](https://github.com/gitkraken/vscode-gitlens#file-history-view-)
780780

781-
![File History view view](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/file-history-view.png)
781+
![File History view](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/file-history-view.png)
782782

783783
- Adds a new _Toggle History Mode_ command to toggle between showing file or line history
784784
- Adds an indicator icon (up arrow) to unpublished (unpushed) commits

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ No, the introduction of GitLens+ has no impact on existing GitLens features, so
8181
## Visual File History view [#](#visual-file-history-view- 'Visual File History view')
8282

8383
<p align="center">
84-
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-hover.png" alt="Visual File History view" />
84+
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-illustrated.png" alt="Visual File History view" />
8585
</p>
8686

8787
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
9393
## Worktrees view [#](#worktrees-view- 'Worktrees view')
9494

9595
<p align="center">
96-
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees-view.png" alt="Worktrees view" />
96+
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees-illustrated.png" alt="Worktrees view" />
9797
</p>
9898

9999
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.
-77 KB
Binary file not shown.
-46.3 KB
Binary file not shown.

images/docs/worktrees-view.png

-67.4 KB
Binary file not shown.

src/webviews/apps/home/partials/state.free-preview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ <h3>GitLens+</h3>
2424
<h4>Visual File History</h4>
2525
<img
2626
class="image--preview"
27-
src="#{webroot}/media/docs/plus-visual-file-history.webp"
28-
alt="Visual File History screenshot"
27+
src="#{webroot}/media/docs/plus-visual-file-history-illustrated.webp"
28+
alt="Visual File History illustration"
2929
/>
3030
<p class="feature-desc">
3131
The
@@ -38,7 +38,7 @@ <h4>Visual File History</h4>
3838
who made them.
3939
</p>
4040
<h4>Worktrees</h4>
41-
<img class="image--preview" src="#{webroot}/media/plus-worktrees.webp" alt="Worktrees screenshot" />
41+
<img class="image--preview" src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" />
4242
<p class="feature-desc">
4343
<a
4444
title="Learn more about worktrees"

src/webviews/apps/home/partials/state.free.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h4>Commit Graph</h4>
3535
<h4>Visual File History</h4>
3636
<img
3737
class="image--preview"
38-
src="#{webroot}/media/plus-file-history-illustrated.webp"
38+
src="#{webroot}/media/plus-visual-file-history-illustrated.webp"
3939
alt="Visual File History illustration"
4040
/>
4141
<p class="feature-desc">
Binary file not shown.

0 commit comments

Comments
 (0)