|
|
@ -259,7 +259,15 @@ |
|
|
|
<div id="plus-sections"> |
|
|
|
<card-section dismissable id="commit-graph"> |
|
|
|
<span slot="heading">Introducing the Commit Graph</span> |
|
|
|
<p> |
|
|
|
<a |
|
|
|
title="Learn more about the Visual File History" |
|
|
|
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22" |
|
|
|
><img |
|
|
|
src="#{webroot}/media/plus-commit-graph-illustrated.webp" |
|
|
|
alt="Commit Graph illustration" |
|
|
|
class="mb-1" |
|
|
|
/></a> |
|
|
|
<p class="mb-0"> |
|
|
|
The |
|
|
|
<a |
|
|
|
title="Learn more about the Visual File History" |
|
|
@ -269,11 +277,18 @@ |
|
|
|
helps you to easily visualize branch structure and commit history. Not only does it help you |
|
|
|
verify your changes, but also easily see changes made by others and when. |
|
|
|
</p> |
|
|
|
<img src="#{webroot}/media/plus-commit-graph-illustrated.webp" alt="Commit Graph illustration" /> |
|
|
|
</card-section> |
|
|
|
<card-section dismissable id="visual-file-history"> |
|
|
|
<span slot="heading">Introducing Visual File History</span> |
|
|
|
<p> |
|
|
|
<a |
|
|
|
title="Learn more about the Visual File History" |
|
|
|
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22" |
|
|
|
><img |
|
|
|
src="#{webroot}/media/plus-visual-file-history-illustrated.webp" |
|
|
|
alt="Visual File History illustration" |
|
|
|
class="mb-1" |
|
|
|
/></a> |
|
|
|
<p class="mb-0"> |
|
|
|
The |
|
|
|
<a |
|
|
|
title="Learn more about the Visual File History" |
|
|
@ -283,14 +298,18 @@ |
|
|
|
allows you to quickly see the evolution of a file, including when changes were made, how large |
|
|
|
they were, and who made them. |
|
|
|
</p> |
|
|
|
<img |
|
|
|
src="#{webroot}/media/plus-visual-file-history-illustrated.webp" |
|
|
|
alt="Visual File History illustration" |
|
|
|
/> |
|
|
|
</card-section> |
|
|
|
<card-section dismissable id="worktrees"> |
|
|
|
<span slot="heading">Introducing Worktrees</span> |
|
|
|
<p> |
|
|
|
<a |
|
|
|
title="Learn more about worktrees" |
|
|
|
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22" |
|
|
|
><img |
|
|
|
src="#{webroot}/media/plus-worktrees-illustrated.webp" |
|
|
|
alt="Worktrees illustration" |
|
|
|
class="mb-1" |
|
|
|
/></a> |
|
|
|
<p class="mb-0"> |
|
|
|
<a |
|
|
|
title="Learn more about worktrees" |
|
|
|
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22" |
|
|
@ -298,7 +317,6 @@ |
|
|
|
> |
|
|
|
allow you to easily work on different branches of a repository simultaneously. |
|
|
|
</p> |
|
|
|
<img src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" /> |
|
|
|
</card-section> |
|
|
|
</div> |
|
|
|
<div class="button-container"> |
|
|
|