Skip to content

Commit 0b80f06

Browse files
committed
Adds graph learn link
1 parent d342648 commit 0b80f06

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17366,7 +17366,7 @@
1736617366
{
1736717367
"id": "visualize",
1736817368
"title": "Visualize with Commit Graph & Visual File History",
17369-
"description": "**Commit Graph**\nEasily visualize your repository and keep track of all work in progress.\nUse the rich commit search to find exactly what you're looking for. Its powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.\n\n[Open Commit Graph](command:gitlens.showGraph)\n\n💡Quickly toggle the Graph via the [Toggle Commit Graph](command:gitlens.toggleGraph) command or maximize it using the [Toggle Maximized Commit Graph](command:gitlens.toggleMaximizedGraph) command.\n**Visual File History**\nVisualize the evolution of a file and quickly identify when the most impactful changes were made and by whom\n\n[Open Visual File History](command:gitlens.showTimelineView)",
17369+
"description": "**Commit Graph**\nEasily visualize your repository and keep track of all work in progress.\nUse the rich commit search to find exactly what you're looking for. Its powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change. [Learn more](https://gitkraken.com/solutions/commit-graph?utm_source=gitlens-extension&utm_medium=in-app-links)\n\n[Open Commit Graph](command:gitlens.showGraph)\n\n💡Quickly toggle the Graph via the [Toggle Commit Graph](command:gitlens.toggleGraph) command or maximize it using the [Toggle Maximized Commit Graph](command:gitlens.toggleMaximizedGraph) command.\n**Visual File History**\nVisualize the evolution of a file and quickly identify when the most impactful changes were made and by whom\n\n[Open Visual File History](command:gitlens.showTimelineView)",
1737017370
"media": {
1737117371
"altText": "Illustrations of the Commit Graph & Visual File History",
1737217372
"svg": "walkthroughs/welcome/visualize.svg"

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const ImageMimetypes: Record<string, string> = Object.freeze({
3131
export const urls = Object.freeze({
3232
codeSuggest: 'https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links',
3333
cloudPatches: 'https://gitkraken.com/solutions/cloud-patches?utm_source=gitlens-extension&utm_medium=in-app-links',
34+
graph: 'https://gitkraken.com/solutions/commit-graph?utm_source=gitlens-extension&utm_medium=in-app-links',
3435
launchpad: 'https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links',
3536
platform: 'https://gitkraken.com/devex?utm_source=gitlens-extension&utm_medium=in-app-links',
3637
pricing: 'https://gitkraken.com/gitlens/pricing?utm_source=gitlens-extension&utm_medium=in-app-links',

src/webviews/apps/welcome/welcome.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ <h3 class="sticky">
211211
Use the rich commit search to find exactly what you're looking for. Its powerful filters
212212
allow you to search by a specific commit, message, author, a changed file or files, or even
213213
a specific code change.
214+
<a
215+
href="https://gitkraken.com/solutions/commit-graph?utm_source=gitlens-extension&utm_medium=in-app-links"
216+
title="Learn more about the Commit Graph"
217+
aria-label="Learn more about the Commit Graph"
218+
>Learn&nbsp;more</a
219+
>
214220
</p>
215221
<gk-graph-svg></gk-graph-svg>
216222
</section>

0 commit comments

Comments
 (0)