Skip to content

Commit 2ab3c56

Browse files
committed
Adds tutorial video to all the places
1 parent 1dcf1bd commit 2ab3c56

File tree

13 files changed

+40
-9
lines changed

13 files changed

+40
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## Added
10+
11+
- Adds getting started tutorial video to the Welcome, Get Started walkthrough, GitLens Home view, and README
12+
913
## Fixed
1014

1115
- Fixes [#2037](https://github.com/gitkraken/vscode-gitlens/issues/2037) - Autolinks can end up getting saved with invalid (cached) properties

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
<p align="center">
1515
<br />
16-
<a title="What's New in GitLens 12" href="https://gitkraken.com/blog/gitlens-12"><img width="600px" src="./src/webviews/apps/media/gitlens-12-card.png" alt="Open What's New in GitLens 12" /></a>
16+
<a title="Watch the GitLens Getting Started video" href="https://www.youtube.com/watch?v=UQPb73Zz9qk"><img width="600px" src="./src/webviews/apps/media/gitlens-tutorial-banner.png" alt="Watch the GitLens Getting Started video" /></a>
1717
<br/>
1818
</p>
1919

images/docs/gitlens-tutorial.png

249 KB
Loading

images/docs/quick-setup.png

-65.6 KB
Loading

images/docs/settings.png

-119 KB
Loading

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10982,6 +10982,14 @@
1098210982
"title": "Get Started with GitLens",
1098310983
"description": "Discover and personalize features that supercharge your Git experience",
1098410984
"steps": [
10985+
{
10986+
"id": "gitlens.welcome.tutorial",
10987+
"title": "Watch Tutorial",
10988+
"description": "Sit back and watch the Getting Started video.\n\n[Watch Tutorial Video](https://www.youtube.com/watch?v=UQPb73Zz9qk \"Watch the Getting Started video\")",
10989+
"media": {
10990+
"markdown": "walkthroughs/getting-started/0-tutorial.md"
10991+
}
10992+
},
1098510993
{
1098610994
"id": "gitlens.welcome.experience",
1098710995
"title": "Get setup quickly",

src/webviews/apps/home/partials/welcome.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
<template id="welcome">
22
<h3>Welcome to GitLens 12</h3>
3-
<a class="link--preview" title="See What's New" href="command:gitlens.showWelcomePage">
4-
<img class="image--preview" src="#{webroot}/media/gitlens-12-card.webp" alt="What's new" />
3+
<a
4+
class="link--preview"
5+
title="Watch the GitLens Getting Started video"
6+
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
7+
>
8+
<img
9+
class="image--preview"
10+
src="#{webroot}/media/gitlens-tutorial-banner-400.webp"
11+
alt="Watch the GitLens Getting Started video"
12+
/>
513
</a>
614
<p>
715
GitLens <b>supercharges</b> Git inside VS Code and unlocks the <b>untapped knowledge</b> within each repository.
-481 KB
Binary file not shown.
65.8 KB
Loading
145 KB
Loading

0 commit comments

Comments
 (0)