Skip to content

Commit 791c898

Browse files
committed
Updates gitlens+ walkthrough
1 parent 8b53fa0 commit 791c898

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed
63.3 KB
Loading
52.4 KB
Loading

images/docs/worktrees-illustrated.png

66.1 KB
Loading

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11564,6 +11564,14 @@
1156411564
},
1156511565
"when": "gitlens:plus:state > 2"
1156611566
},
11567+
{
11568+
"id": "gitlens.plus.commitGraph",
11569+
"title": "Commit Graph (new)",
11570+
"description": "The Commit Graph helps you easily visualize branch structure and commit history.\n\n[Open Commit Graph](command:gitlens.showGraphPage)",
11571+
"media": {
11572+
"markdown": "walkthroughs/plus/commit-graph.md"
11573+
}
11574+
},
1156711575
{
1156811576
"id": "gitlens.plus.visualFileHistory",
1156911577
"title": "Visualize file history",
@@ -11587,14 +11595,6 @@
1158711595
"markdown": "walkthroughs/plus/rich-integrations.md"
1158811596
}
1158911597
},
11590-
{
11591-
"id": "gitlens.plus.comingSoon",
11592-
"title": "More coming soon",
11593-
"description": "Stay tuned!",
11594-
"media": {
11595-
"markdown": "walkthroughs/plus/4-coming-soon.md"
11596-
}
11597-
},
1159811598
{
1159911599
"id": "gitlens.plus.tryNow",
1160011600
"title": "Try GitLens+ now",

walkthroughs/plus/1-intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ GitLens+ adds all-new, completely optional, features that enhance your current G
66

77
[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')
88

9-
The first new GitLens+ features are the Visual File History and Worktrees.
9+
GitLens+ features include the Commit Graph, Visual File History and Worktrees.
1010

1111
<p align="center">
12-
<img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
13-
<br/>New Visual File History GitLens+ Feature
12+
<img src="../../images/docs/commit-graph-illustrated.png" alt="Commit Graph Illustration"/>
13+
<br/>New Commit Graph GitLens+ Feature
1414
</p>
1515

1616
## Does this affect existing features?
@@ -19,4 +19,4 @@ No, the introduction of GitLens+ has no impact on existing GitLens features, so
1919

2020
## More GitLens+ features coming soon
2121

22-
Additional features like a visual commit graph and rich integrations with hosting services like GitHub Enterprise are coming soon.
22+
Additional features like rich integration with GitHub Enterprise are coming soon.

walkthroughs/plus/2-worktrees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Git Worktrees
22

33
<p align="center">
4-
<img src="../../images/docs/worktrees-view.png" alt="Worktrees View in Side Bar"/>
4+
<img src="../../images/docs/worktrees-illustrated.png" alt="Worktrees View"/>
55
</p>
66

77
Worktrees make developing on and testing multiple branches easier, by minimizing the context switching between branches. 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.

walkthroughs/plus/3-visual-file-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Visual File History
22

33
<p align="center">
4-
<img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
4+
<img src="../../images/docs/file-history-illustrated.png" alt="Visual File History View"/>
55
</p>
66

77
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.

walkthroughs/plus/4-coming-soon.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

walkthroughs/plus/commit-graph.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Commit Graph
2+
3+
<p align="center">
4+
<img src="../../images/docs/commit-graph-illustrated.png" alt="Commit Graph"/>
5+
</p>
6+
7+
The Commit Graph helps you 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. It is freely available for local and public repos, while a paid account is required for use on private repos.

0 commit comments

Comments
 (0)