Browse Source

Updates gitlens+ walkthrough

main
Keith Daulton 2 years ago
parent
commit
791c898352
9 changed files with 21 additions and 21 deletions
  1. BIN
      images/docs/commit-graph-illustrated.png
  2. BIN
      images/docs/file-history-illustrated.png
  3. BIN
      images/docs/worktrees-illustrated.png
  4. +8
    -8
      package.json
  5. +4
    -4
      walkthroughs/plus/1-intro.md
  6. +1
    -1
      walkthroughs/plus/2-worktrees.md
  7. +1
    -1
      walkthroughs/plus/3-visual-file-history.md
  8. +0
    -7
      walkthroughs/plus/4-coming-soon.md
  9. +7
    -0
      walkthroughs/plus/commit-graph.md

BIN
images/docs/commit-graph-illustrated.png View File

Before After
Width: 850  |  Height: 450  |  Size: 63 KiB

BIN
images/docs/file-history-illustrated.png View File

Before After
Width: 850  |  Height: 450  |  Size: 52 KiB

BIN
images/docs/worktrees-illustrated.png View File

Before After
Width: 850  |  Height: 450  |  Size: 66 KiB

+ 8
- 8
package.json View File

@ -11565,6 +11565,14 @@
"when": "gitlens:plus:state > 2"
},
{
"id": "gitlens.plus.commitGraph",
"title": "Commit Graph (new)",
"description": "The Commit Graph helps you easily visualize branch structure and commit history.\n\n[Open Commit Graph](command:gitlens.showGraphPage)",
"media": {
"markdown": "walkthroughs/plus/commit-graph.md"
}
},
{
"id": "gitlens.plus.visualFileHistory",
"title": "Visualize file history",
"description": "A more visual way to analyze and explore changes made to a file.\n\n[Open Visual File History view](command:gitlens.showTimelineView)",
@ -11588,14 +11596,6 @@
}
},
{
"id": "gitlens.plus.comingSoon",
"title": "More coming soon",
"description": "Stay tuned!",
"media": {
"markdown": "walkthroughs/plus/4-coming-soon.md"
}
},
{
"id": "gitlens.plus.tryNow",
"title": "Try GitLens+ now",
"description": "Try GitLens+ features now, without an account, for 3 days.\n\n[Try GitLens+ features now](command:gitlens.plus.startPreviewTrial)",

+ 4
- 4
walkthroughs/plus/1-intro.md View File

@ -6,11 +6,11 @@ GitLens+ adds all-new, completely optional, features that enhance your current G
[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')
The first new GitLens+ features are the Visual File History and Worktrees.
GitLens+ features include the Commit Graph, Visual File History and Worktrees.
<p align="center">
<img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
<br/>New Visual File History GitLens+ Feature
<img src="../../images/docs/commit-graph-illustrated.png" alt="Commit Graph Illustration"/>
<br/>New Commit Graph GitLens+ Feature
</p>
## Does this affect existing features?
@ -19,4 +19,4 @@ No, the introduction of GitLens+ has no impact on existing GitLens features, so
## More GitLens+ features coming soon
Additional features like a visual commit graph and rich integrations with hosting services like GitHub Enterprise are coming soon.
Additional features like rich integration with GitHub Enterprise are coming soon.

+ 1
- 1
walkthroughs/plus/2-worktrees.md View File

@ -1,7 +1,7 @@
## Git Worktrees
<p align="center">
<img src="../../images/docs/worktrees-view.png" alt="Worktrees View in Side Bar"/>
<img src="../../images/docs/worktrees-illustrated.png" alt="Worktrees View"/>
</p>
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.

+ 1
- 1
walkthroughs/plus/3-visual-file-history.md View File

@ -1,7 +1,7 @@
## Visual File History
<p align="center">
<img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
<img src="../../images/docs/file-history-illustrated.png" alt="Visual File History View"/>
</p>
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.

+ 0
- 7
walkthroughs/plus/4-coming-soon.md View File

@ -1,7 +0,0 @@
## More GitLens+ Features Coming Soon
<p align="center">
<img src="../../images/docs/coming-soon-commit-graph.png" alt="Worktrees View in Side Bar"/>
</p>
You can expect more GitLens+ features like a visual commit graph for better repo visualization and additional rich integrations with hosting services like GitHub Enterprise.

+ 7
- 0
walkthroughs/plus/commit-graph.md View File

@ -0,0 +1,7 @@
## Commit Graph
<p align="center">
<img src="../../images/docs/commit-graph-illustrated.png" alt="Commit Graph"/>
</p>
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.

Loading…
Cancel
Save