Quellcode durchsuchen

Updates gitlens+ walkthrough

main
Keith Daulton vor 2 Jahren
Ursprung
Commit
791c898352
9 geänderte Dateien mit 21 neuen und 21 gelöschten Zeilen
  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 Datei anzeigen

Vorher Nachher
Breite: 850  |  Höhe: 450  |  Größe: 63 KiB

BIN
images/docs/file-history-illustrated.png Datei anzeigen

Vorher Nachher
Breite: 850  |  Höhe: 450  |  Größe: 52 KiB

BIN
images/docs/worktrees-illustrated.png Datei anzeigen

Vorher Nachher
Breite: 850  |  Höhe: 450  |  Größe: 66 KiB

+ 8
- 8
package.json Datei anzeigen

@ -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 Datei anzeigen

@ -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 Datei anzeigen

@ -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 Datei anzeigen

@ -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 Datei anzeigen

@ -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 Datei anzeigen

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

Laden…
Abbrechen
Speichern