@@ -15,12 +15,28 @@ <h3>Introducing GitLens+</h3>
15
15
without an account, for 3 days on public and private repos, or
16
16
< a title ="Sign in to GitLens+ " href ="command:gitlens.plus.loginOrSignUp "> sign in</ a > for use on public repos.
17
17
</ p >
18
- < p style ="margin-bottom: 1rem "> The first new GitLens+ features are the Visual File History and Worktrees.</ p >
18
+ < p style ="margin-bottom: 1rem "> GitLens+ features include the Commit Graph, Visual File History and Worktrees.</ p >
19
+ < h4 > Commit Graph</ h4 >
20
+ < img
21
+ class ="image--preview "
22
+ src ="#{webroot}/media/plus-commit-graph-illustrated.webp "
23
+ alt ="Commit Graph illustration "
24
+ />
25
+ < p class ="feature-desc ">
26
+ The
27
+ < a
28
+ title ="Learn more about the Visual File History "
29
+ href ="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22 "
30
+ > Commit Graph</ a
31
+ >
32
+ helps you easily visualize branch structure and commit history. Not only does it help you verify your changes,
33
+ but also easily see changes made by others and when.
34
+ </ p >
19
35
< h4 > Visual File History</ h4 >
20
36
< img
21
37
class ="image--preview "
22
- src ="#{webroot}/media/plus-visual- file-history.webp "
23
- alt ="Visual File History screenshot "
38
+ src ="#{webroot}/media/plus-file-history-illustrated .webp "
39
+ alt ="Visual File History illustration "
24
40
/>
25
41
< p class ="feature-desc ">
26
42
The
@@ -33,7 +49,7 @@ <h4>Visual File History</h4>
33
49
who made them.
34
50
</ p >
35
51
< h4 > Worktrees</ h4 >
36
- < img class ="image--preview " src ="#{webroot}/media/plus-worktrees.webp " alt ="Worktrees screenshot " />
52
+ < img class ="image--preview " src ="#{webroot}/media/plus-worktrees-illustrated .webp " alt ="Worktrees illustration " />
37
53
< p class ="feature-desc ">
38
54
< a
39
55
title ="Learn more about worktrees "
0 commit comments