From 1d62a470e3ca25f3cf28d61441e263ca536b70d1 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Wed, 23 Oct 2024 11:39:05 -0400 Subject: [PATCH 01/15] Top section update of readme before Discover Powerful Features section --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b6fb175113568..99de328e1087f 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,35 @@ # GitLens — Supercharge Git in VS Code -> Supercharge Git and unlock **untapped knowledge** within your repository to better **understand**, **write**, and **review** code. Focus, collaborate, accelerate. +> Supercharge Git and unlock **untapped knowledge** within your repo to better **understand**, **write**, and **review** code. Focus, collaborate, accelerate. -[GitLens](https://gitkraken.com/gitlens?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-logo-links 'Learn more about GitLens') is a powerful [open-source](https://github.com/gitkraken/vscode-gitlens 'Open GitLens on GitHub') extension for [Visual Studio Code](https://code.visualstudio.com). +[GitLens](https://gitkraken.com/gitlens?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-logo-links 'Learn more about GitLens') is a powerful [open-source](https://github.com/gitkraken/vscode-gitlens 'Open GitLens on GitHub') extension for Visual Studio Code built and maintained by GitKraken. -GitLens supercharges your Git experience in VS Code. Maintaining focus is critical, extra time spent context switching or missing context disrupts your flow. GitLens is the ultimate tool for making Git work for you, designed to improve focus, productivity, and collaboration with a powerful set of tools to help you and your team better understand, write, and review code. - -GitLens sets itself apart from other Git tools through its deep level of integration, versatility, and ease of use. GitLens sits directly within your editor, reducing context switching and promoting a more efficient workflow. We know Git is hard and strive to make it as easy as possible while also going beyond the basics with rich visualizations and step-by-step guidance and safety, just to name a few. +Enhance your workflows with powerful Git functionality like in-editor blame annotations, hovers, CodeLens, and more—all fully customizable within VS Code. Try GitLens Pro's advanced workflows that accelerate PR reviews, provide rich interactive Git actions, and enhance collaboration for you and your team. ## Getting Started +Install GitLens by clicking `Install` on the banner above, or from the Extensions side bar in VS Code by searching for GitLens. +

Watch the GitLens Getting Started video

-Install GitLens by clicking `Install` on the banner above, or from the Extensions side bar in VS Code, by searching for GitLens. +- Use `Switch to Pre-Release Version` on the extension banner to be the first to experience new features. + +> Have questions or concerns? Talk to our engineering team directly through our [GitHub Discussions](https://github.com/gitkraken/vscode-gitlens/discussions/categories/feedback) page. Having a positive experience with GitLens? Feel free to [write a review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens&ssr=false#review-details). + +## GitLens Editions: Free and Pro -Use `Switch to Pre-Release Version` on the extension banner to live on the edge and be the first to experience new features. +**GitLens Free** gives you powerful tools to manage Git and understand how your code has evolved and by whom. With popular features like in-editor blame annotations, hovers, and CodeLens, you can see actionable authorship details at the top of each file. Track the history of any file over time using Revision Navigation to gain deeper insights into code changes. -## Is GitLens Free? +**GitLens Pro** takes your workflow to the next level by unlocking advanced features and seamless integrations: -All features are free to use on all repos, **except** for features, +- **Accelerate PR reviews** with Launchpad, a clean and actionable PR hub built directly into VS Code. +- **Manage commits effortlessly** using the Commit Graph, where you can execute advanced actions like rebase, merge, and more. With powerful search and filtering, quickly locate commits, branches, or files. +- **Enhance collaboration** by integrating with platforms like GitHub, GitLab, and Bitbucket, reducing context switching. View and manage PRs directly in VS Code through Launchpad. -- marked with a `Pro` require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately-hosted repos -- marked with a `Preview` require a GitKraken account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc +You can try GitLens Pro for free. When you're ready to upgrade, a GitKraken [paid plan](https://www.gitkraken.com/gitlens/pricing) is required for privately-hosted repos. Some Pro features are available for free on public repos. `Preview` features may require a GitKraken account and could become Pro features in the future. -See the [FAQ](#is-gitlens-free-to-use 'Jump to FAQ') for more details. [Features](#discover-powerful-features 'Jump to Discover Powerful Features') | [Labs](#gitkraken-labs 'Jump to GitKraken Labs') From f86eda42eb8e36cc311ba1509600c9868fe892e8 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 24 Oct 2024 10:32:54 -0400 Subject: [PATCH 02/15] Update README.md - GL Pro Signup Link Removed the pricing pg link, and added link to signup for GL Pro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99de328e1087f..34aad11686ab1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Install GitLens by clicking `Install` on the banner above, or from the Extension - **Manage commits effortlessly** using the Commit Graph, where you can execute advanced actions like rebase, merge, and more. With powerful search and filtering, quickly locate commits, branches, or files. - **Enhance collaboration** by integrating with platforms like GitHub, GitLab, and Bitbucket, reducing context switching. View and manage PRs directly in VS Code through Launchpad. -You can try GitLens Pro for free. When you're ready to upgrade, a GitKraken [paid plan](https://www.gitkraken.com/gitlens/pricing) is required for privately-hosted repos. Some Pro features are available for free on public repos. `Preview` features may require a GitKraken account and could become Pro features in the future. +You can [try GitLens Pro for free](https://gitkraken.dev/register?product=gitlens&source=marketing_page&redirect_uri=vscode%3A%2F%2Feamodio.gitlens%2Flogin&flow=gitlens_web) by signing up for a GitKraken account. Some Pro features are available for free on public repos. `Preview` features may require a GitKraken account and could become Pro features in the future. [Features](#discover-powerful-features 'Jump to Discover Powerful Features') From 288aa8da5f2681b26f1c0a31d216e26601741cf8 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Mon, 4 Nov 2024 08:45:32 -0800 Subject: [PATCH 03/15] Re-organize features into 1.) New "Discover Powerful Workflows" section and 2.) List remaining features under a "More Features" section. --- README.md | 136 +++++++++++++++++++++++++++++------------------------- 1 file changed, 72 insertions(+), 64 deletions(-) diff --git a/README.md b/README.md index 34aad11686ab1..bc5c05c7cd5f4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Install GitLens by clicking `Install` on the banner above, or from the Extension You can [try GitLens Pro for free](https://gitkraken.dev/register?product=gitlens&source=marketing_page&redirect_uri=vscode%3A%2F%2Feamodio.gitlens%2Flogin&flow=gitlens_web) by signing up for a GitKraken account. Some Pro features are available for free on public repos. `Preview` features may require a GitKraken account and could become Pro features in the future. -[Features](#discover-powerful-features 'Jump to Discover Powerful Features') +[Workflows](#discover-powerful-workflows 'Jump to Discover Powerful Workflows') +| [More Features](#more-features 'Jump to More Features') | [Labs](#gitkraken-labs 'Jump to GitKraken Labs') | [Pro](#ready-for-gitlens-pro 'Jump to Ready for GitLens Pro?') | [FAQ](#faq 'Jump to FAQ') @@ -40,24 +41,20 @@ You can [try GitLens Pro for free](https://gitkraken.dev/register?product=gitlen | [Contributors](#contributors- 'Jump to Contributors') | [License](#license 'Jump to License') -# Discover Powerful Features +# Discover Powerful Workflows -Quickly glimpse into when, why, and by whom a line or code block was changed. Zero-in on the most important changes and effortlessly navigate through history to gain further insights as to how a file or individual line's code evolved. Visualize code authorship at a glance via Git blame annotations and Git CodeLens. Seamlessly explore Git repositories with the visually-rich Commit Graph. Gain valuable insights via GitLens Inspect, and much more. +There are a variety of features in GitLens - below are the three most popular workflows users are leveraging to improve their developer productivity: + +- [**Interactive Code History**](#interactive-code-history) — Understanding code can be challenging in repos with multiple branches and contributors. Get the context you need with blame, hovers, file annotations, and more. That's just the start - the GitLens Commit Graph allows you to create branches, rebase, revert, and much more right from the interactive visual; all with a rich search feature. + +- [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate your Github or host provider. Work on multiple branches at once without disrupting your main workspace with Worktrees. + +- [**Streamline Collaboration**](#streamline-collaboration) — GitLens is more than a solo dev tool - it's built to improve team collaboration. With Cloud Patches and Code Suggest, share and discuss suggested changes right from VS Code directly with any other GitLens or GitKraken DevEx Suite User – whether related to a PR or multiple files. -- [**Blame, CodeLens, and Hovers**](#blame-codelens-and-hovers) — Gain a deeper understanding of how code changed and by whom through in-editor code annotations and rich hovers. -- [**File Annotations**](#file-annotations) — Toggle on-demand whole file annotations to see authorship, recent changes, and a heatmap. -- [**Revision Navigation**](#revision-navigation) — Explore the history of a file to see how the code evolved over time. -- [**Side Bar Views**](#side-bar-views) — Powerful views into Git that don't come in the box. -- [**Commit Graph `Pro`**](#commit-graph-pro) — Visualize your repository and keep track of all work in progress. -- [**Launchpad `Pro`**](#launchpad-pro) — Stay focused and keep your team unblocked. -- [**Code Suggest `Preview`**](#code-suggest-preview) — Free your code reviews from unnecessary restrictions. -- [**Cloud Patches `Preview`**](#cloud-patches-preview) — Easily and securely share code with your teammates. -- [**Worktrees `Pro`**](#worktrees-pro) — Simultaneously work on different branches of a repository. -- [**Visual File History `Pro`**](#visual-file-history-pro) — Identify the most impactful changes to a file and by whom. -- [**GitKraken Workspaces `Preview`**](#gitkraken-workspaces-preview) — Easily group and manage multiple repositories. -- [**Interactive Rebase Editor**](#interactive-rebase-editor) — Visualize and configure interactive rebase operations with a user-friendly editor. -- [**Comprehensive Commands**](#comprehensive-commands) — A rich set of commands to help you do everything you need. -- [**Integrations**](#integrations) — Simplify your workflow and quickly gain insights via integration with your Git hosting services. + +# Interactive Code History + +It’s not always easy to identify who made specific changes, along with the reasons and timing behind them. GitLens simplifies this process by providing the context you need with tools like the Commit Graph, GitLens Inspect, Inline Blame, Hovers, and more. This allows you to quickly gain insights and interact with your repo’s history through intuitive visuals and actions. ## Blame, CodeLens, and Hovers @@ -112,6 +109,20 @@ Use on-demand whole file annotations to see authorship, recent changes, and a he 💡 On an active file, use the `Toggle File Blame`, `Toggle File Changes`, and `Toggle File Heatmap` commands from the Command Palette to turn the annotations on and off. +## Commit Graph `Pro` + +Easily visualize your repository and keep track of all work in progress. + +Use 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) + +
+ Commit Graph +
+ +💡Quickly toggle the Graph via the `Toggle Commit Graph` command. + +💡Maximize the Graph via the `Toggle Maximized Commit Graph` command. + ## Revision Navigation With just a click of a button, you can navigate backwards and forwards through the history of any file. Compare changes over time and see the revision history of the whole file or an individual line. @@ -120,6 +131,48 @@ With just a click of a button, you can navigate backwards and forwards through t Revision Navigation +# Accelerate PR Reviews + +PR Reviews can take time and require context switching between GitHub, email, and your IDE. Launchpad consolidates PRs into an actionable hub where you can manage them all in one place. Seamlessly prioritize tasks and identify bottlenecks - all within VS Code when you integrate your Github or host provider. Work on multiple branches simultaneously with Worktrees — hotfixes, new features, or experiments without disrupting your main workspace. + +## Launchpad `Pro` + +Launchpad brings all of your GitHub pull requests into a unified, actionable list to better track work in progress, pending work, reviews, and more. Stay focused and take action on the most important items to keep your team unblocked. [Learn more](https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links) + +
+ Launchpad +
+ +## Worktrees `Pro` + +Efficiently multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. + +Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work. + +
+ Worktrees view +
+ + +# Streamline Collaboration + +GitLens is more than a solo dev tool - it's built to improve developver collaboration. It's not always easy to share code without adding commits and branches that end up bloating your repo. With the use of Cloud Patches and Code Suggest, GitLens offers the ability to easily share code or suggest code changes to any file in the repository without needing to commit or push it to remote. + + +## Cloud Patches `Preview` + +Easily and securely share code changes with your teammates or other developers by creating a Cloud Patch from your WIP, commit or stash and sharing the generated link. Use Cloud Patches to collaborate early for feedback on direction, approach, and more, to minimize rework and streamline your workflow. [Learn more](https://gitkraken.com/solutions/cloud-patches?utm_source=gitlens-extension&utm_medium=in-app-links) + +## Code Suggest `Preview` + +Liberate your code reviews from GitHub's restrictive, comment-only feedback style. Like suggesting changes on a Google-doc, suggest code changes from where you're already coding — your IDE and on anything in your project, not just on the lines of code changed in the PR. [Learn more](https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links) + +
+ Code Suggest +
+ +# More Features + ## Side Bar Views Our views are arranged for focus and productivity, although you can easily drag them around to suit your needs. @@ -167,52 +220,6 @@ Shows additional views that are focused on exploring and managing your repositor Convenient and easy access to the Commit Graph with a dedicated details view. -- [**Commit Graph `Pro`**](#commit-graph-pro) — Visualize your repository and keep track of all work in progress. - -## Commit Graph `Pro` - -Easily visualize your repository and keep track of all work in progress. - -Use 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) - -
- Commit Graph -
- -💡Quickly toggle the Graph via the `Toggle Commit Graph` command. - -💡Maximize the Graph via the `Toggle Maximized Commit Graph` command. - -## Launchpad `Pro` - -Launchpad brings all of your GitHub pull requests into a unified, actionable list to better track work in progress, pending work, reviews, and more. Stay focused and take action on the most important items to keep your team unblocked. [Learn more](https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links) - -
- Launchpad -
- -## Code Suggest `Preview` - -Liberate your code reviews from GitHub's restrictive, comment-only feedback style. Like suggesting changes on a Google-doc, suggest code changes from where you're already coding — your IDE and on anything in your project, not just on the lines of code changed in the PR. [Learn more](https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links) - -
- Code Suggest -
- -## Cloud Patches `Preview` - -Easily and securely share code changes with your teammates or other developers by creating a Cloud Patch from your WIP, commit or stash and sharing the generated link. Use Cloud Patches to collaborate early for feedback on direction, approach, and more, to minimize rework and streamline your workflow. [Learn more](https://gitkraken.com/solutions/cloud-patches?utm_source=gitlens-extension&utm_medium=in-app-links) - -## Worktrees `Pro` - -Efficiently multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. - -Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work. - -
- Worktrees view -
- ## GitKraken Workspaces `Preview` GitKraken Workspaces allow you to easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow. Create workspaces just for yourself or share (coming soon in GitLens) them with your team for faster onboarding and better collaboration. [Learn more](https://gitkraken.com/solutions/workspaces?utm_source=gitlens-extension&utm_medium=in-app-links) @@ -255,6 +262,7 @@ Use a series of new commands to: - View and explore your stashes - Visualize the current repository status + # Integrations Context switching kills productivity. GitLens not only reveals buried knowledge within your repository, it also brings additional context from issues and pull requests providing you with a wealth of information and insights at your fingertips. @@ -281,7 +289,7 @@ Use the `Generate Commit Message` command from the Source Control view's context # Ready for GitLens Pro? -When you're ready to unlock the full potential of GitLens and the [GitKrakenDevEx platform](https://gitkraken.com/devex?utm_source=gitlens-extension&utm_medium=in-app-links) and enjoy all the benefits on your privately-hosted repos, consider upgrading to GitLens Pro. With GitLens Pro, you'll gain access to [Pro features](https://gitkraken.com/gitlens/pro-features?utm_source=gitlens-extension&utm_medium=in-app-links) on privately-hosted repos. +When you're ready to unlock the full potential of GitLens and enjoy all the benefits on your privately-hosted repos, consider [upgrading to GitLens Pro](https://gitkraken.dev/register?product=gitlens&source=marketing_page&redirect_uri=vscode%3A%2F%2Feamodio.gitlens%2Flogin&flow=gitlens_web). With GitLens Pro, you'll gain access to [Pro features](https://gitkraken.com/gitlens/pro-features?utm_source=gitlens-extension&utm_medium=in-app-links) on privately-hosted repos. To learn more about the pricing and the additional features offered with GitLens Pro, visit the [GitLens Pricing page](https://www.gitkraken.com/gitlens/pricing?utm_source=gitlens-extension&utm_medium=in-app-links). Upgrade to GitLens Pro today and take your Git workflow to the next level! From fb982941dd3bf24dea44d0fbcc1b34ad55b159f1 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:45:58 -0800 Subject: [PATCH 04/15] Update README.md Approve Justin's updates to "Accelerate PR Review" section Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb8e5b592125..a651015aab1cc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ There are a variety of features in GitLens - below are the three most popular wo - [**Interactive Code History**](#interactive-code-history) — Understanding code can be challenging in repos with multiple branches and contributors. Get the context you need with blame, hovers, file annotations, and more. That's just the start - the GitLens Commit Graph allows you to create branches, rebase, revert, and much more right from the interactive visual; all with a rich search feature. -- [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate your Github or host provider. Work on multiple branches at once without disrupting your main workspace with Worktrees. +- [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate Github or other host providers. Work on multiple branches at once without disrupting your main workspace with Worktrees. - [**Streamline Collaboration**](#streamline-collaboration) — GitLens is more than a solo dev tool - it's built to improve team collaboration. With Cloud Patches and Code Suggest, share and discuss suggested changes right from VS Code directly with any other GitLens or GitKraken DevEx Suite User – whether related to a PR or multiple files. From efcdd46b65458aa13fecde2b8a24d0fba2d8923a Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:46:29 -0800 Subject: [PATCH 05/15] Update README.md Approve Justin's updates to "Streamline Collaboration" section Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a651015aab1cc..bb3816cb4ae4f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ There are a variety of features in GitLens - below are the three most popular wo - [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate Github or other host providers. Work on multiple branches at once without disrupting your main workspace with Worktrees. -- [**Streamline Collaboration**](#streamline-collaboration) — GitLens is more than a solo dev tool - it's built to improve team collaboration. With Cloud Patches and Code Suggest, share and discuss suggested changes right from VS Code directly with any other GitLens or GitKraken DevEx Suite User – whether related to a PR or multiple files. +- [**Streamline Collaboration**](#streamline-collaboration) — GitLens isn’t just for solo developers—it’s designed to enhance team collaboration. With Cloud Patches and Code Suggest, you can share and discuss suggested changes with any GitLens or GitKraken user, on multiple files and even PRs. # Interactive Code History From 9e2897c923013f2e793735220a673c0f24f22584 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:48:56 -0800 Subject: [PATCH 06/15] Update README.md Approve update to Powerful Workflows section Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3816cb4ae4f..178ec952b2675 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can [try GitLens Pro for free](https://gitkraken.dev/register?product=gitlen # Discover Powerful Workflows -There are a variety of features in GitLens - below are the three most popular workflows users are leveraging to improve their developer productivity: +GitLens offers a wide range of features—here are the three most popular workflows that users rely on to boost their productivity: - [**Interactive Code History**](#interactive-code-history) — Understanding code can be challenging in repos with multiple branches and contributors. Get the context you need with blame, hovers, file annotations, and more. That's just the start - the GitLens Commit Graph allows you to create branches, rebase, revert, and much more right from the interactive visual; all with a rich search feature. From b6967900f20a2255db242bca0a97c0d9f49e4752 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:49:43 -0800 Subject: [PATCH 07/15] Update README.md update copy Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 178ec952b2675..241fa1d422b50 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ GitLens offers a wide range of features—here are the three most popular workfl # Interactive Code History -It’s not always easy to identify who made specific changes, along with the reasons and timing behind them. GitLens simplifies this process by providing the context you need with tools like the Commit Graph, GitLens Inspect, Inline Blame, Hovers, and more. This allows you to quickly gain insights and interact with your repo’s history through intuitive visuals and actions. +Understanding who made changes, when, and why can be challenging. GitLens simplifies this with tools like the Commit Graph, Inspect, Inline Blame, and Hovers, giving you clear context and insights. Quickly explore your repository's history with intuitive visuals and actionable tools. ## Blame, CodeLens, and Hovers From ab66b60143d46debc26ecfc9f96c4561f7c969ed Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:50:17 -0800 Subject: [PATCH 08/15] Update README.md Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 241fa1d422b50..ce12ea11c9455 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ With just a click of a button, you can navigate backwards and forwards through t # Accelerate PR Reviews -PR Reviews can take time and require context switching between GitHub, email, and your IDE. Launchpad consolidates PRs into an actionable hub where you can manage them all in one place. Seamlessly prioritize tasks and identify bottlenecks - all within VS Code when you integrate your Github or host provider. Work on multiple branches simultaneously with Worktrees — hotfixes, new features, or experiments without disrupting your main workspace. +PR reviews often require switching between GitHub, email, and your IDE. Launchpad is your centralized PR hub in VS Code where you can spot bottlenecks, prioritize reviews and unblock your team. With Worktrees, you can work on multiple branches—hotfixes, features, or experiments—without disrupting your workspace. ## Launchpad `Pro` From 2cd312e556c8442655f505a76249918823444947 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:50:59 -0800 Subject: [PATCH 09/15] Update README.md Launchpad section copy update Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce12ea11c9455..501de4e0cecf5 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ PR reviews often require switching between GitHub, email, and your IDE. Launchpa ## Launchpad `Pro` -Launchpad brings all of your GitHub pull requests into a unified, actionable list to better track work in progress, pending work, reviews, and more. Stay focused and take action on the most important items to keep your team unblocked. [Learn more](https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links) +Launchpad consolidates all your GitHub pull requests into a unified, actionable list. Focus on the most important reviews and take action to keep your team moving forward.. [Learn more](https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links)
Launchpad From 2e1029a53e93b510ebd8fe1b34da7fdc175c98bc Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:52:10 -0800 Subject: [PATCH 10/15] Update README.md Worktrees section copy update Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501de4e0cecf5..d631ade604725 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Launchpad consolidates all your GitHub pull requests into a unified, actionable ## Worktrees `Pro` -Efficiently multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. +Worktrees enable efficient multitasking by allowing you to work on multiple branches without stashing changes or leaving your current branch. They preserve your workflow while letting you shift focus when needed. For example, you can easily review a pull request on a worktree in a separate VS Code window with GitLens. Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work. From ab926f21fd4097feba28f42af08db6b4f7da47f2 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:54:12 -0800 Subject: [PATCH 11/15] Update README.md Code Suggest section copy update Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d631ade604725..cd64fc7fc46ec 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Easily and securely share code changes with your teammates or other developers b ## Code Suggest `Preview` -Liberate your code reviews from GitHub's restrictive, comment-only feedback style. Like suggesting changes on a Google-doc, suggest code changes from where you're already coding — your IDE and on anything in your project, not just on the lines of code changed in the PR. [Learn more](https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links) +Break free from GitHub's limited, comment-only review feedback. With GitLens, you can suggest code changes directly from your IDE, just like editing a Google Doc. Provide feedback on any part of your project during a review—not just the lines changed in a PR. [Learn more](https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links)
Code Suggest From 0bace2420f15f14d256bfd2d9195fdb5dda7ad72 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:55:19 -0800 Subject: [PATCH 12/15] Update README.md remove text Co-authored-by: Justin Roberts --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cd64fc7fc46ec..1221906a2c7a4 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,6 @@ Launchpad consolidates all your GitHub pull requests into a unified, actionable Worktrees enable efficient multitasking by allowing you to work on multiple branches without stashing changes or leaving your current branch. They preserve your workflow while letting you shift focus when needed. For example, you can easily review a pull request on a worktree in a separate VS Code window with GitLens. -Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work.
Worktrees view From 2c1723b63b34cb49e5f833373cedc7954111a952 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:56:46 -0800 Subject: [PATCH 13/15] Update README.md approve copy update Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1221906a2c7a4..6817ce99e3498 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Worktrees enable efficient multitasking by allowing you to work on multiple bran # Streamline Collaboration -GitLens is more than a solo dev tool - it's built to improve developver collaboration. It's not always easy to share code without adding commits and branches that end up bloating your repo. With the use of Cloud Patches and Code Suggest, GitLens offers the ability to easily share code or suggest code changes to any file in the repository without needing to commit or push it to remote. +GitLens isn’t just for solo developers—it’s designed to enhance team collaboration. Sharing code can be tricky without adding noise to your repository with extra commits or branches. GitLens simplifies this with Cloud Patches and Code Suggest, letting you share or propose changes to any file in the repository without committing or pushing to a remote. ## Cloud Patches `Preview` From 557052695dbb4cfdbd2847ce05faeb7269c042b9 Mon Sep 17 00:00:00 2001 From: Drew Sing Date: Thu, 7 Nov 2024 14:57:33 -0800 Subject: [PATCH 14/15] Update README.md Cloud Patch section copy update Co-authored-by: Justin Roberts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6817ce99e3498..ec7076223425e 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ GitLens isn’t just for solo developers—it’s designed to enhance team colla ## Cloud Patches `Preview` -Easily and securely share code changes with your teammates or other developers by creating a Cloud Patch from your WIP, commit or stash and sharing the generated link. Use Cloud Patches to collaborate early for feedback on direction, approach, and more, to minimize rework and streamline your workflow. [Learn more](https://gitkraken.com/solutions/cloud-patches?utm_source=gitlens-extension&utm_medium=in-app-links) +Easily and securely share code changes by creating a Cloud Patch from your work-in-progress, commit, or stash, and sharing a link with teammates or other developers. Cloud Patches enable early collaboration for feedback on direction and approach, reducing rework and streamlining your workflow. [Learn more](https://gitkraken.com/solutions/cloud-patches?utm_source=gitlens-extension&utm_medium=in-app-links) ## Code Suggest `Preview` From c42ed2bf22ab891befa255cc328c882a7648fe37 Mon Sep 17 00:00:00 2001 From: Justin Roberts Date: Fri, 8 Nov 2024 09:46:59 -0500 Subject: [PATCH 15/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec7076223425e..d5b616265dd29 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can [try GitLens Pro for free](https://gitkraken.dev/register?product=gitlen GitLens offers a wide range of features—here are the three most popular workflows that users rely on to boost their productivity: -- [**Interactive Code History**](#interactive-code-history) — Understanding code can be challenging in repos with multiple branches and contributors. Get the context you need with blame, hovers, file annotations, and more. That's just the start - the GitLens Commit Graph allows you to create branches, rebase, revert, and much more right from the interactive visual; all with a rich search feature. +- [**Interactive Code History**](#interactive-code-history) — Understanding code in repositories with multiple branches and contributors can be difficult. GitLens provides the context you need with tools like blame, hovers, and file annotations. But it doesn’t stop there—the interactive Commit Graph lets you create branches, rebase, revert, and more, all with powerful search capabilities. - [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate Github or other host providers. Work on multiple branches at once without disrupting your main workspace with Worktrees.