You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-28Lines changed: 45 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Use `Switch to Pre-Release Version` on the extension banner to live on the edge
22
22
23
23
All features are free to use on all repos, **except** for features,
24
24
25
-
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately-hosted repos
26
-
- marked with a ☁️ require a GitKraken account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
25
+
- marked with a `Pro` require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately-hosted repos
26
+
- 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
27
27
28
28
See the [FAQ](#is-gitlens-free-to-use'Jump to FAQ') for more details.
29
29
@@ -44,10 +44,13 @@ Quickly glimpse into when, why, and by whom a line or code block was changed. Ze
44
44
-[**File Annotations**](#file-annotations)— Toggle on-demand whole file annotations to see authorship, recent changes, and a heatmap.
45
45
-[**Revision Navigation**](#revision-navigation)— Explore the history of a file to see how the code evolved over time.
46
46
-[**Side Bar Views**](#side-bar-views)— Powerful views into Git that don't come in the box.
47
-
-[**Commit Graph ✨**](#commit-graph-✨)— Visualize your repository and keep track of all work in progress.
48
-
-[**GitKraken Workspaces ☁️ and Launchpad ✨**](#gitkraken-workspaces-☁️-and-focus-✨)— Easily group and manage multiple repositories and bring pull requests and issues into a unified view.
49
-
-[**Visual File History ✨**](#visual-file-history-✨)— Identify the most impactful changes to a file and by whom.
50
-
-[**Worktrees ✨**](#worktrees-✨)— Simultaneously work on different branches of a repository.
47
+
-[**Commit Graph `Pro`**](#commit-graph-pro)— Visualize your repository and keep track of all work in progress.
48
+
-[**Cloud Patches `Preview`**](#cloud-patches-preview)— Easily and securely share code with your teammates.
49
+
-[**GitKraken Workspaces `Preview`**](#gitkraken-workspaces-preview)— Easily group and manage multiple repositories.
50
+
-[**Code Suggest `Pro`**](#code-suggest-pro)— Free your code reviews from unnecessary restrictions.
51
+
-[**Launchpad `Pro`**](#launchpad-pro)— Stay focused and keep your team unblocked.
52
+
-[**Visual File History `Pro`**](#visual-file-history-pro)— Identify the most impactful changes to a file and by whom.
53
+
-[**Worktrees `Pro`**](#worktrees-pro)— Simultaneously work on different branches of a repository.
51
54
-[**Interactive Rebase Editor**](#interactive-rebase-editor)— Visualize and configure interactive rebase operations with a user-friendly editor.
52
55
-[**Comprehensive Commands**](#comprehensive-commands)— A rich set of commands to help you do everything you need.
53
56
-[**Integrations**](#integrations)— Simplify your workflow and quickly gain insights via integration with your Git hosting services.
@@ -131,15 +134,15 @@ An x-ray or developer tools Inspect into your code, focused on providing context
131
134
-**Inspect**— See rich details of a commit or stash.
132
135
-**Line History**— Jump through the revision history of the selected line(s).
133
136
-**File History**— Explore the revision history of a file, folder, or selected lines.
134
-
-[**Visual File History ✨**](#visual-file-history-✨)— Quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
137
+
-[**Visual File History `Pro`**](#visual-file-history-pro)— Quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
135
138
-**Search & Compare**— Search and explore for a specific commit, message, author, changed file or files, or even a specific code change, or visualize comparisons between branches, tags, commits, and more.
136
139
137
140
### GitLens
138
141
139
142
Quick access to many GitLens features. Also the home of GitKraken teams and collaboration services (e.g. GitKraken Workspaces), help, and support.
140
143
141
144
-**Home**— Quick access to many features.
142
-
-[**GitKraken Workspaces ☁️**](#gitkraken-workspaces-☁️-and-focus-✨)— Easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.
145
+
-[**GitKraken Workspaces `Preview`**](#gitkraken-workspaces-preview)— Easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.
143
146
-**GitKraken Account**— Power-up with GitKraken Cloud Services.
144
147
145
148
### Source Control
@@ -151,56 +154,70 @@ Shows additional views that are focused on exploring and managing your repositor
151
154
-**Remotes**— Manage and navigate remotes and remote branches.
152
155
-**Stashes**— Save and restore changes you are not yet ready to commit.
153
156
-**Tags**— Manage and navigate tags.
154
-
-[**Worktrees ✨**](#worktrees-✨)— Simultaneously work on different branches of a repository.
157
+
-[**Worktrees `Pro`**](#worktrees-pro)— Simultaneously work on different branches of a repository.
155
158
-**Contributors**— Ordered list of contributors, providing insights into individual contributions and involvement.
156
159
-**Repositories**— Unifies the above views for more efficient management of multiple repositories.
157
160
158
161
### (Bottom) Panel
159
162
160
163
Convenient and easy access to the Commit Graph with a dedicated details view.
161
164
162
-
-[**Commit Graph ✨**](#commit-graph-✨)— Visualize your repository and keep track of all work in progress.
165
+
-[**Commit Graph `Pro`**](#commit-graph-pro)— Visualize your repository and keep track of all work in progress.
163
166
164
-
## Commit Graph ✨
167
+
## Commit Graph `Pro`
165
168
166
169
Easily visualize your repository and keep track of all work in progress.
167
170
168
171
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.
💡Quickly toggle the Graph via the `Toggle Commit Graph` command.
175
178
176
179
💡Maximize the Graph via the `Toggle Maximized Commit Graph` command.
177
180
178
-
## GitKraken Workspaces ☁️ and Launchpad ✨
181
+
## Cloud Patches `Preview`
182
+
183
+
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.
184
+
185
+
## GitKraken Workspaces `Preview`
179
186
180
187
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.
181
188
182
-
Launchpad 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. Quickly see if anything requires your attention while keeping you focused.
189
+
## Code Suggest `Pro`
190
+
191
+
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.
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.
Quickly see the evolution of a file, including when changes were made, how large they were, and who made them. Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes and more.
191
208
192
209
<figurealign="center">
193
210
<imgsrc="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-illustrated.png"alt="Visual File History view" />
194
211
</figure>
195
212
196
-
## Worktrees ✨
213
+
## Worktrees `Pro`
197
214
198
215
Efficiently multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.
199
216
200
217
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.
@@ -237,9 +254,9 @@ Use a series of new commands to:
237
254
238
255
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.
239
256
240
-
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.
257
+
Simplify your workflow and quickly gain insights with automatic linking of issues and pull requests across multiple Git hosting services including GitHub, GitHub Enterprise `Pro`, GitLab, GitLab self-managed `Pro`, Jira, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps, and custom servers.
241
258
242
-
All 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.
259
+
All integrations provide automatic linking, while rich integrations with GitHub, GitLab and Jira offer detailed hover information for autolinks, and correlations between pull requests, branches, and commits, as well as user avatars for added context.
243
260
244
261
## Define your own autolinks
245
262
@@ -259,26 +276,26 @@ Use the `Generate Commit Message` command from the Source Control view's context
259
276
260
277
# Ready for GitLens Pro?
261
278
262
-
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. With GitLens Pro, you'll gain access to ✨ features on privately-hosted repos and ☁️ features based on the Pro plan.
279
+
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. With GitLens Pro, you'll gain access to `Pro` features on privately-hosted repos.
263
280
264
-
To learn more about the pricing and the additional ✨ and ☁️ features offered with GitLens Pro, visit the [GitLens Pricing page](https://www.gitkraken.com/gitlens/pricing). Upgrade to GitLens Pro today and take your Git workflow to the next level!
281
+
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). Upgrade to GitLens Pro today and take your Git workflow to the next level!
265
282
266
283
# FAQ
267
284
268
285
## Is GitLens free to use?
269
286
270
287
Yes. All features are free to use on all repos, **except** for features,
271
288
272
-
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately-hosted repos
273
-
- marked with a ☁️ require a GitKraken Account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
289
+
- marked with a `Pro` require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately-hosted repos
290
+
- 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
274
291
275
-
While GitLens offers a remarkable set of free features, a subset of features tailored for professional developers and teams, marked with a ✨, require a trial or paid plan for use on privately-hosted repos — use on local or publicly-hosted repos is free for everyone. Additionally some features marked with a ☁️, rely on GitKraken Dev Services which requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc.
292
+
While GitLens offers a remarkable set of free features, a subset of features tailored for professional developers and teams, marked with a `Pro`, require a trial or paid plan for use on privately-hosted repos — use on local or publicly-hosted repos is free for everyone. Additionally some features marked with a `Preview`, rely on GitKraken Dev Services which requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc.
276
293
277
-
Preview ✨ features instantly for free for 3 days without an account, or start a free GitLens Pro trial to get an additional 7 days and gain access to ☁️ features to experience the full power of GitLens.
294
+
Preview `Pro` features instantly for free for 3 days without an account, or start a free GitLens Pro trial to get an additional 7 days and gain access to `Pro` features to experience the full power of GitLens.
278
295
279
-
## Are ✨ and ☁️ features free to use?
296
+
## Are `Pro` and `Preview` features free to use?
280
297
281
-
✨ features are free for use on local and publicly-hosted repos, while a paid plan is required for use on privately-hosted repos. ☁️ feature access is based on your plan including a Free plan.
298
+
`Pro` features are free for use on local and publicly-hosted repos, while a paid plan is required for use on privately-hosted repos. `Preview` feature access is based on your plan including a Free plan.
0 commit comments