From b432dad100a8073521ee64c64374922c4bd2582c Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 13 Jun 2023 13:13:08 -0400 Subject: [PATCH] Refines walkthrough and messaging --- .github/ISSUE_TEMPLATE/config.yml | 4 +- package.json | 109 ++++--- src/constants.ts | 1 - src/plus/subscription/subscriptionService.ts | 24 +- src/webviews/apps/home/home.html | 6 +- src/webviews/apps/settings/settings.ts | 1 - .../apps/welcome/components/gitlens-plus-logo.ts | 337 --------------------- src/webviews/apps/welcome/welcome.html | 18 +- walkthroughs/welcome/0-tutorial.md | 0 walkthroughs/welcome/3-current-line-blame.md | 14 - walkthroughs/welcome/5-revision-history.md | 3 - walkthroughs/welcome/6-file-annotations.md | 19 -- walkthroughs/welcome/7-git-side-bar-views.md | 5 - .../welcome/8-hosting-service-integrations.md | 3 - walkthroughs/welcome/account.md | 0 walkthroughs/welcome/additional-features.md | 5 +- walkthroughs/welcome/blame.md | 14 + walkthroughs/welcome/file-annotations.md | 19 ++ walkthroughs/welcome/gitkraken-account.md | 0 walkthroughs/welcome/integrations.md | 3 + walkthroughs/welcome/preview.md | 0 walkthroughs/welcome/revision-history.md | 4 + walkthroughs/welcome/side-bars.md | 4 + walkthroughs/welcome/trial.md | 0 walkthroughs/welcome/tutorial.md | 0 25 files changed, 141 insertions(+), 452 deletions(-) delete mode 100644 src/webviews/apps/welcome/components/gitlens-plus-logo.ts delete mode 100644 walkthroughs/welcome/0-tutorial.md delete mode 100644 walkthroughs/welcome/3-current-line-blame.md delete mode 100644 walkthroughs/welcome/5-revision-history.md delete mode 100644 walkthroughs/welcome/6-file-annotations.md delete mode 100644 walkthroughs/welcome/7-git-side-bar-views.md delete mode 100644 walkthroughs/welcome/8-hosting-service-integrations.md create mode 100644 walkthroughs/welcome/account.md create mode 100644 walkthroughs/welcome/blame.md create mode 100644 walkthroughs/welcome/file-annotations.md delete mode 100644 walkthroughs/welcome/gitkraken-account.md create mode 100644 walkthroughs/welcome/integrations.md create mode 100644 walkthroughs/welcome/preview.md create mode 100644 walkthroughs/welcome/revision-history.md create mode 100644 walkthroughs/welcome/side-bars.md create mode 100644 walkthroughs/welcome/trial.md create mode 100644 walkthroughs/welcome/tutorial.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d714ed6..30cfda1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,6 +6,6 @@ contact_links: - name: Documentation url: https://help.gitkraken.com/gitlens about: Read the GitLens support documentation - - name: GitLens+ Support + - name: GitKraken Support url: https://gitkraken.com/gitlens-support - about: Get email support for GitLens+ issues and questions + about: Get email support for issues and questions on paid features or relating to your GitKraken account or subscription diff --git a/package.json b/package.json index b10c0aa..b4b6bcd 100644 --- a/package.json +++ b/package.json @@ -4510,59 +4510,54 @@ "category": "GitLens" }, { - "command": "gitlens.plus.learn", - "title": "Learn about GitLens+ Features", - "category": "GitLens+" - }, - { "command": "gitlens.plus.loginOrSignUp", "title": "Sign In to GitKraken...", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.logout", "title": "Sign Out of GitKraken", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.startPreviewTrial", "title": "Preview Pro", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.manage", "title": "Manage Your Account...", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.purchase", "title": "Upgrade to Pro...", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.hide", - "title": "Hide GitLens+ Features", - "category": "GitLens+" + "title": "Hide Pro Features", + "category": "GitLens" }, { "command": "gitlens.plus.restore", - "title": "Restore GitLens+ Features", - "category": "GitLens+" + "title": "Restore Pro Features", + "category": "GitLens" }, { "command": "gitlens.plus.reset", "title": "Reset", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.resetRepositoryAccess", "title": "Reset Repository Access Cache", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.plus.refreshRepositoryAccess", "title": "Refresh Repository Access", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.getStarted", @@ -4597,37 +4592,37 @@ { "command": "gitlens.showFocusPage", "title": "Show Focus View", - "category": "GitLens+", + "category": "GitLens", "icon": "$(layers)" }, { "command": "gitlens.showGraph", "title": "Show Commit Graph", - "category": "GitLens+", + "category": "GitLens", "icon": "$(gitlens-graph)" }, { "command": "gitlens.showGraphPage", "title": "Show Commit Graph", - "category": "GitLens+", + "category": "GitLens", "icon": "$(gitlens-graph)" }, { "command": "gitlens.showGraphView", "title": "Show Commit Graph View", - "category": "GitLens+", + "category": "GitLens", "icon": "$(gitlens-graph)" }, { "command": "gitlens.toggleGraph", "title": "Toggle Commit Graph", - "category": "GitLens+", + "category": "GitLens", "icon": "$(gitlens-graph)" }, { "command": "gitlens.toggleMaximizedGraph", "title": "Toggle Maximized Commit Graph", - "category": "GitLens+", + "category": "GitLens", "icon": "$(gitlens-graph)" }, { @@ -4643,7 +4638,7 @@ { "command": "gitlens.showInCommitGraph", "title": "Open in Commit Graph", - "category": "GitLens+", + "category": "GitLens", "icon": "$(gitlens-graph)" }, { @@ -4759,7 +4754,7 @@ { "command": "gitlens.showTimelinePage", "title": "Open Visual File History", - "category": "GitLens+", + "category": "GitLens", "icon": "$(graph-scatter)" }, { @@ -4775,7 +4770,7 @@ { "command": "gitlens.showTimelineView", "title": "Show Visual File History View", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.showWelcomePage", @@ -4785,12 +4780,12 @@ { "command": "gitlens.showWorktreesView", "title": "Show Worktrees View", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.showWorkspacesView", "title": "Show GitKraken Workspaces View", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.compareWith", @@ -5056,12 +5051,12 @@ { "command": "gitlens.gitCommands.worktree", "title": "Git Worktree...", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.gitCommands.worktree.open", "title": "Open Git Worktree...", - "category": "GitLens+" + "category": "GitLens" }, { "command": "gitlens.switchAIModel", @@ -14358,7 +14353,7 @@ "title": "Welcome and Tutorial", "description": "Open the Welcome experience to quickly get started and discover the many powerful GitLens features.\n\n[Open Welcome](command:gitlens.showWelcomePage \"Opens GitLens Welcome\")\nOr, sit back and watch the our Getting Started video.\n\n[Watch Tutorial Video](https://www.youtube.com/watch?v=UQPb73Zz9qk \"Watch the Getting Started video\")\n💡 **Want more control?** Use the interactive [GitLens Settings](command:gitlens.showSettingsPage \"Opens GitLens Settings\") editor to customize GitLens to meet your needs.", "media": { - "markdown": "walkthroughs/welcome/0-tutorial.md" + "markdown": "walkthroughs/welcome/tutorial.md" } }, { @@ -14366,7 +14361,7 @@ "title": "See who made which changes at a glance", "description": "**Inline blame** and status bar blame provide historical context about line changes.\n**Git CodeLens** adds contextual authorship information at the top of each file and at the beginning of each block of code.\n**Hover** over these blame annotations to reveal more details and actions.\n💡 Use the [Toggle Line Blame](command:workbench.action.quickOpen?%22>GitLens%3A%20Toggle%20Line%20Blame%22) and [Toggle Git CodeLens](command:workbench.action.quickOpen?%22>GitLens%3A%20Toggle%20Git%20CodeLens%22) commands from the Command Palette to turn the annotations on and off.", "media": { - "markdown": "walkthroughs/welcome/3-current-line-blame.md" + "markdown": "walkthroughs/welcome/blame.md" } }, { @@ -14374,7 +14369,7 @@ "title": "Get more context with file annotations", "description": "Use on-demand whole file annotations to see authorship, recent changes, and a heatmap. Annotations are rendered as visual indicators directly in the editor.\n💡 On an active file, use the [Toggle File Blame](command:workbench.action.quickOpen?%22>GitLens%3A%20Toggle%20File%20Blame%22), [Toggle File Changes](command:workbench.action.quickOpen?%22>GitLens%3A%20Toggle%20File%20Changes%22), and [Toggle File Heatmap](command:workbench.action.quickOpen?%22>GitLens%3A%20Toggle%20File%20Heatmap%22) commands from the Command Palette to turn the annotations on and off.", "media": { - "markdown": "walkthroughs/welcome/6-file-annotations.md" + "markdown": "walkthroughs/welcome/file-annotations.md" } }, { @@ -14382,21 +14377,21 @@ "title": "Effortlessly navigate revision history", "description": "With just a click of a button, you can navigate backwards and forwards through the history of any file.\nCompare changes over time and see the revision history of the whole file or an individual line.", "media": { - "markdown": "walkthroughs/welcome/5-revision-history.md" + "markdown": "walkthroughs/welcome/revision-history.md" } }, { - "id": "gitlens.welcome.gitSideBarViews", - "title": "Explore repositories from the side bar", - "description": "**GitLens Inspect side bar** is like an x-ray into your code, which focuses on providing contextual information and insights to what you're actively working on. Think about it as the developer tools inspector for your code.\n\n[Open GitLens Inspect](command:workbench.view.extension.gitlensInspect)\n\n**GitLens side bar** is the home of GitKraken teams and collaboration services (e.g. GitKraken Workspaces) as well as discovery, help, and support.\n\n[Open GitLens](command:workbench.view.extension.gitlens)\n\n**Source Control side bar** shows views that are focused on your repositories.\n\n[Open Source Control](command:workbench.view.scm)", + "id": "gitlens.welcome.sidebars", + "title": "Discover the many powerful views", + "description": "We've arranged our views for focus and productivity, although you can easily drag them around to suit your needs.\n\n$(gitlens-gitlens-inspect) **GitLens Inspect**\nLike an x-ray into your code, focused on providing contextual information and insights to what you're actively working on. Think about it as the developer tools inspector for your code.\n\n[Open GitLens Inspect](command:workbench.view.extension.gitlensInspect)\n\n$(gitlens-gitlens) **GitLens**\nQuick access to many GitLens features. Also the home of GitKraken teams and collaboration services (e.g. GitKraken Workspaces), help, and support.\n\n[Open GitLens](command:workbench.view.extension.gitlens)\n\n$(source-control) **Source Control**\nShows additional views that are focused on exploring and managing your repositories.\n\n[Open Source Control](command:workbench.view.scm)\n\n$(gitlens-graph) **(Bottom) Panel**\nConvenient and easy access to the Commit Graph with a dedicated details view.\n\n[Open Commit Graph](command:gitlens.showGraph)\n💡 Use the [Reset Views Layout](command:workbench.action.quickOpen?%22>GitLens%3A%20Reset%20Views%20Layout%22) command to quickly get back to the default layout.", "media": { - "markdown": "walkthroughs/welcome/7-git-side-bar-views.md" + "markdown": "walkthroughs/welcome/side-bars.md" } }, { "id": "gitlens.welcome.commitGraph", - "title": "Commit Graph ✨", - "description": "Helps you easily visualize your repository and keep track of all work in progress.\nUse the rich commit search to find exactly what you're looking for. It's 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)", + "title": "Visualize with the Commit Graph ✨", + "description": "Easily visualize your repository and keep track of all work in progress.\nUse the rich commit search to find exactly what you're looking for. It's 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\n💡Maximize the Graph via the [Toggle Maximized Commit Graph](command:gitlens.toggleMaximizedGraph) command", "media": { "altText": "Illustrations of the Commit Graph view", "svg": "walkthroughs/welcome/commit-graph.svg" @@ -14404,8 +14399,8 @@ }, { "id": "gitlens.welcome.workspaces", - "title": "Workspaces ☁️ and Focus ✨", - "description": "Workspaces allow you to easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.\nCreate workspaces just for yourself or share (coming soon in GitLens) them with your team for faster onboarding and better collaboration.\n\n[Open Workspaces](command:gitlens.showWorkspacesView)\n\nThe Focus view brings all of your GitHub pull requests and issues into a unified actionable view to help to you more easily juggle work in progress, pending work, reviews, and more.\nQuickly see if anything requires your attention while keeping you focused.\n\n[Open Focus](command:gitlens.showFocusPage)", + "title": "Work smarter with GitKraken Workspaces ☁️ and Focus ✨", + "description": "GitKraken Workspaces allow you to easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.\nCreate workspaces just for yourself or share (coming soon in GitLens) them with your team for faster onboarding and better collaboration.\n\n[Open Workspaces](command:gitlens.showWorkspacesView)\n\nThe Focus view brings all of your GitHub pull requests and issues into a unified actionable view to help to you more easily juggle work in progress, pending work, reviews, and more.\nQuickly see if anything requires your attention while keeping you focused.\n\n[Open Focus](command:gitlens.showFocusPage)", "media": { "altText": "Illustrations of Focus and Workspaces view", "svg": "walkthroughs/welcome/workspaces-focus.svg" @@ -14414,19 +14409,37 @@ { "id": "gitlens.welcome.hostingServiceIntegrations", "title": "Integrate with Git hosting services", - "description": "Simplify your workflow and quickly gain insights with automatic linking of issues and pull requests across multiple Git hosting platforms including GitHub, GitHub Enterprise ✨, GitLab, GitLab self-managed ✨, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps, and custom servers.\n\nAll integration provide automatic linking, while rich integrations with GitHub & GitLab offer detailed hover information for autolinks, and correlations between pull requests, branches, and commits, as well as user avatars for added context.\n\n**Define your own autolinks**\nUse autolinks to linkify external references, like Jira issues or Zendesk tickets, in commit messages.\n\n[Configure Autolinks](command:gitlens.showSettingsPage?%22autolinks%22)", + "description": "Simplify your workflow and quickly gain insights with automatic linking of issues and pull requests across multiple Git hosting services including GitHub, GitHub Enterprise ✨, GitLab, GitLab self-managed ✨, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps, and custom servers.\n\nAll integration provide automatic linking, while rich integrations with GitHub & GitLab offer detailed hover information for autolinks, and correlations between pull requests, branches, and commits, as well as user avatars for added context.\n\n**Define your own autolinks**\nUse autolinks to linkify external references, like Jira issues or Zendesk tickets, in commit messages.\n\n[Configure Autolinks](command:gitlens.showSettingsPage?%22autolinks%22)", "media": { - "markdown": "walkthroughs/welcome/8-hosting-service-integrations.md" + "markdown": "walkthroughs/welcome/integrations.md" } }, { - "id": "gitlens.welcome.gitkraken", - "title": "Cloud Services with a GitKraken account", + "id": "gitlens.welcome.preview", + "title": "Previewing GitLens Pro", + "description": "During your preview, you have access to ✨ features on privately hosted repos. [Learn more](https://www.gitkraken.com/gitlens/plus-features)\n\n[Start Free Pro Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free Pro trial to get an additional 7 days.", + "media": { + "markdown": "walkthroughs/welcome/preview.md" + }, + "when": "gitlens:plus:state == 1" + }, + { + "id": "gitlens.welcome.trial", + "title": "Trialing GitLens Pro", + "description": "During your trial, you have access to ✨ features on privately hosted repos and ☁️ features based on the Pro tier. [Learn more](https://www.gitkraken.com/gitlens/plus-features)\n\n[Upgrade to Pro](command:gitlens.plus.purchase)", + "media": { + "markdown": "walkthroughs/welcome/trial.md" + }, + "when": "gitlens:plus:state == 3" + }, + { + "id": "gitlens.welcome.account", + "title": "Power-up with GitKraken Cloud Services", "description": "Sign up for access to our developer productivity and collaboration services, e.g. Workspaces, or [sign in](command:gitlens.plus.loginOrSignUp).\n\n[Sign Up](command:gitlens.plus.loginOrSignUp)", "media": { - "markdown": "walkthroughs/welcome/gitkraken-account.md" + "markdown": "walkthroughs/welcome/account.md" }, - "when": "gitlens:plus:state < 5" + "when": "gitlens:plus:state >= 0 && gitlens:plus:state <= 2" }, { "id": "gitlens.welcome.additional", diff --git a/src/constants.ts b/src/constants.ts index 3af5360..22276ef 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -204,7 +204,6 @@ export const enum Commands { GitCommandsWorktreeOpen = 'gitlens.gitCommands.worktree.open', OpenOrCreateWorktreeForGHPR = 'gitlens.ghpr.views.openOrCreateWorktree', PlusHide = 'gitlens.plus.hide', - PlusLearn = 'gitlens.plus.learn', PlusLoginOrSignUp = 'gitlens.plus.loginOrSignUp', PlusLogout = 'gitlens.plus.logout', PlusManage = 'gitlens.plus.manage', diff --git a/src/plus/subscription/subscriptionService.ts b/src/plus/subscription/subscriptionService.ts index 667b29c..f2f0352 100644 --- a/src/plus/subscription/subscriptionService.ts +++ b/src/plus/subscription/subscriptionService.ts @@ -200,7 +200,6 @@ export class SubscriptionService implements Disposable { void this.container.viewCommands; return [ - registerCommand(Commands.PlusLearn, openToSide => this.learn(openToSide)), registerCommand(Commands.PlusLoginOrSignUp, () => this.loginOrSignUp()), registerCommand(Commands.PlusLogout, () => this.logout()), @@ -229,8 +228,23 @@ export class SubscriptionService implements Disposable { } @debug() - learn(openToSide: boolean = true): void { - void openWalkthrough(this.container.context.extension.id, 'gitlens.plus', undefined, openToSide); + async learnAboutPreviewOrTrial() { + const subscription = await this.getSubscription(); + if (subscription.state === SubscriptionState.FreeInPreviewTrial) { + void openWalkthrough( + this.container.context.extension.id, + 'gitlens.welcome', + 'gitlens.welcome.preview', + false, + ); + } else if (subscription.state === SubscriptionState.FreePlusInTrial) { + void openWalkthrough( + this.container.context.extension.id, + 'gitlens.welcome', + 'gitlens.welcome.trial', + false, + ); + } } @log() @@ -279,7 +293,7 @@ export class SubscriptionService implements Disposable { ); if (result === learn) { - this.learn(); + void this.learnAboutPreviewOrTrial(); } } else if (isSubscriptionPaid(this._subscription)) { void window.showInformationMessage( @@ -513,7 +527,7 @@ export class SubscriptionService implements Disposable { ); if (result === learn) { - this.learn(); + void this.learnAboutPreviewOrTrial(); } }, 1); } diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index 62bceb9..c4751e6 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -195,11 +195,11 @@ Workspaces ☁️GitKraken Workspaces ☁️ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - `; - } -} diff --git a/src/webviews/apps/welcome/welcome.html b/src/webviews/apps/welcome/welcome.html index 946c741..941b1ff 100644 --- a/src/webviews/apps/welcome/welcome.html +++ b/src/webviews/apps/welcome/welcome.html @@ -222,9 +222,9 @@ Workspaces ☁️GitKraken Workspaces ☁️

@@ -236,9 +236,9 @@ class="muted" href="command:gitlens.showWorkspacesView" data-requires="repo" - title="Show Workspaces view" - aria-label="Show Workspaces view" - >Workspaces ☁️GitKraken Workspaces ☁️ and Workspaces ☁️GitKraken Workspaces ☁️ - Inline Blame -

Inline Blame
- - -
- Git CodeLens -
CodeLens
-
- -
- Inline Blame Hover -
Hovers
-
diff --git a/walkthroughs/welcome/5-revision-history.md b/walkthroughs/welcome/5-revision-history.md deleted file mode 100644 index 60c1b7c..0000000 --- a/walkthroughs/welcome/5-revision-history.md +++ /dev/null @@ -1,3 +0,0 @@ -

- Revision Navigation -

diff --git a/walkthroughs/welcome/6-file-annotations.md b/walkthroughs/welcome/6-file-annotations.md deleted file mode 100644 index 9570f04..0000000 --- a/walkthroughs/welcome/6-file-annotations.md +++ /dev/null @@ -1,19 +0,0 @@ -
- Toggle File Annotations -
File Annotations
-
- -
- File Blame -
File Blame
-
- -
- File Changes -
File Changes
-
- -
- File Heatmap -
Heatmap
-
diff --git a/walkthroughs/welcome/7-git-side-bar-views.md b/walkthroughs/welcome/7-git-side-bar-views.md deleted file mode 100644 index fba6201..0000000 --- a/walkthroughs/welcome/7-git-side-bar-views.md +++ /dev/null @@ -1,5 +0,0 @@ -

- All Open Sidebar Views -

- -> Note: GitLens Inspect side bar as shown above has been manually moved into the Secondary Side Bar diff --git a/walkthroughs/welcome/8-hosting-service-integrations.md b/walkthroughs/welcome/8-hosting-service-integrations.md deleted file mode 100644 index 5caa951..0000000 --- a/walkthroughs/welcome/8-hosting-service-integrations.md +++ /dev/null @@ -1,3 +0,0 @@ -

- Hosting service integrations -

diff --git a/walkthroughs/welcome/account.md b/walkthroughs/welcome/account.md new file mode 100644 index 0000000..e69de29 diff --git a/walkthroughs/welcome/additional-features.md b/walkthroughs/welcome/additional-features.md index 3a72d81..eaf5c42 100644 --- a/walkthroughs/welcome/additional-features.md +++ b/walkthroughs/welcome/additional-features.md @@ -1,3 +1,4 @@ -

+

Interactive rebase editor -

+
Interactive rebase editor
+
diff --git a/walkthroughs/welcome/blame.md b/walkthroughs/welcome/blame.md new file mode 100644 index 0000000..69afeda --- /dev/null +++ b/walkthroughs/welcome/blame.md @@ -0,0 +1,14 @@ +
+ Inline Blame +
Inline Blame
+
+ +
+ Git CodeLens +
Git CodeLens
+
+ +
+ Inline Blame Hover +
Hovers
+
diff --git a/walkthroughs/welcome/file-annotations.md b/walkthroughs/welcome/file-annotations.md new file mode 100644 index 0000000..9570f04 --- /dev/null +++ b/walkthroughs/welcome/file-annotations.md @@ -0,0 +1,19 @@ +
+ Toggle File Annotations +
File Annotations
+
+ +
+ File Blame +
File Blame
+
+ +
+ File Changes +
File Changes
+
+ +
+ File Heatmap +
Heatmap
+
diff --git a/walkthroughs/welcome/gitkraken-account.md b/walkthroughs/welcome/gitkraken-account.md deleted file mode 100644 index e69de29..0000000 diff --git a/walkthroughs/welcome/integrations.md b/walkthroughs/welcome/integrations.md new file mode 100644 index 0000000..fd1f384 --- /dev/null +++ b/walkthroughs/welcome/integrations.md @@ -0,0 +1,3 @@ +
+ Hosting service integrations +
diff --git a/walkthroughs/welcome/preview.md b/walkthroughs/welcome/preview.md new file mode 100644 index 0000000..e69de29 diff --git a/walkthroughs/welcome/revision-history.md b/walkthroughs/welcome/revision-history.md new file mode 100644 index 0000000..7fe34f7 --- /dev/null +++ b/walkthroughs/welcome/revision-history.md @@ -0,0 +1,4 @@ +
+ Revision Navigation +
Revision Navigation
+
diff --git a/walkthroughs/welcome/side-bars.md b/walkthroughs/welcome/side-bars.md new file mode 100644 index 0000000..39a8c0d --- /dev/null +++ b/walkthroughs/welcome/side-bars.md @@ -0,0 +1,4 @@ +
+ All Open Sidebar Views +
GitLens Inspect side bar as shown above has been manually moved into the Secondary Side Bar
+
diff --git a/walkthroughs/welcome/trial.md b/walkthroughs/welcome/trial.md new file mode 100644 index 0000000..e69de29 diff --git a/walkthroughs/welcome/tutorial.md b/walkthroughs/welcome/tutorial.md new file mode 100644 index 0000000..e69de29