[go: up one dir, main page]

Introducing G2.ai, the future of software buying.Try now
Git Tower
Sponsored
Git Tower
Visit Website
Product Avatar Image
GitLens

By GitKraken

Git Tower
Sponsored
Git Tower
Visit Website
It's been two months since this profile received a new review
Leave a Review

GitLens Reviews & Product Details

GitLens Product Details
Profile Status

This profile is currently managed by GitLens but has limited features.

Are you part of the GitLens team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Git Tower
Sponsored
Git Tower
Visit Website

GitLens Integrations

(4)
Integration information sourced from real user reviews.

GitLens Media

GitLens Demo - Unobtrusive Blame Annotations
At the end of each line of code, you’ll find an unobtrusive current line blame annotation showing the commit and author who last modified the line. Check out the status bar blame to see similar information.
GitLens Demo - View Git Authorship CodeLens
GitLens leverages CodeLens to expose the most recent commit and number of authors at the top of files and on code blocks. Click the links that CodeLens exposes to show a commit file details quick pick menu with commands for comparing, navigating and exploring commits, and more.
GitLens Demo - Effortless Revision Navigation
Quickly navigate backwards and forwards through the history of a file or even a single line to compare changes over time. You can also jump to a specific commit, branch, or tag to see how the code changed since then.
GitLens Demo - On-Demand File Annotations
See customizable file annotations in the editor’s status bar and in the gutter, the space beside the line number. Choose between: Blame – showing the commit and author for each line. Changes – highlighting any local, unpublished, changes or lines changed by the most recent commit. Heatmap – ...
GitLens Demo - Interactive Rebase Editor
A user-friendly editor to easily configure an interactive rebase session. Simply drag & drop to reorder commits and select which ones you want to edit, squash, or drop.
Product Avatar Image

Have you used GitLens before?

Answer a few questions to help the GitLens community

GitLens Reviews (25)

View 1 Video Reviews
Reviews

GitLens Reviews (25)

View 1 Video Reviews
4.8
25 reviews

Search reviews
View Filters
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Luca P.
LP
✅ CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
Marketing and Advertising
Small-Business (50 or fewer emp.)
"GIT Supercharged"
What do you like best about GitLens?

• Deep Git Integration: GitLens provides advanced Git capabilities directly within Visual Studio Code, including in-editor blame annotations, rich hovers, and CodeLens features. This integration makes it possible to see who last modified a line or block of code, when it was changed, and the commit message associated with each change.

• Commit and File History Visualization: The extension offers interactive visualizations such as commit graphs and timeline views, making it easier to trace the evolution of files and repositories. Navigating through commit history and comparing file changes is straightforward, supporting both granular code review and broader project analysis.

• Contextual Annotations: GitLens overlays contextual information directly in the code editor, such as inline blame and status bar details, giving immediate insights into authorship and recent changes without leaving the editing environment.

• AI-Powered Features (Preview): Recent updates have introduced AI-assisted workflows, including automated commit message generation, pull request description drafting, and changelog creation. These features are designed to reduce manual overhead for repetitive Git tasks.

• Collaboration Tools: GitLens supports team workflows with features for code review, merge conflict resolution, and integration with remote repositories. The Home View acts as a workflow hub, consolidating issues, pull requests, and code tasks in a single panel to minimize context switching.

• Branch and Stash Management: Visual tools for branch graphing and stash management simplify complex version control scenarios, making it easier to handle multiple workstreams and experimental changes.

• Customizability: The extension is highly configurable, allowing adaptation to personal or team preferences for annotations, workflows, and UI elements.

• Open Source and Widely Adopted: GitLens is open source and has a large user base, with over 18 million installs and 120 million downloads, indicating a mature and well-supported tool. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

On very large repositories or with extensive annotation settings enabled, I have noticed occasional slowdowns or increased memory usage in Visual Studio Code, particularly when rendering complex commit graphs or loading extensive file histories. Review collected by and hosted on G2.com.

Hemanth C.
HC
Information Security Engineer
Small-Business (50 or fewer emp.)
"Excellent git management extension in VSCode for developers"
What do you like best about GitLens?

We can compare the different branches or commits of the code from GitHub and can see the history,blame,changes and author of that changes Review collected by and hosted on G2.com.

What do you dislike about GitLens?

Sometimes the option will not be visible to check and while comparing also I will feel little bit confusion but if you are developer mostly you can able to figure it out Review collected by and hosted on G2.com.

Hussain R.
HR
Software Engineer
Mid-Market (51-1000 emp.)
"Comprehensive Review of GitLens: A Powerful Git Extension"
What do you like best about GitLens?

Whenever I click on a line of code, GitLens provides details about the author and the date it was written. Additionally, it offers insightful annotations and code history, making it easier to understand the evolution of the codebase. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

Recently, it encountered some bugs, such as writing the author and commit date to every line of code. I had to reinstall the extension to resolve the issue. Review collected by and hosted on G2.com.

Vivek Kumar S.
VS
Associate Software Engineer
Mid-Market (51-1000 emp.)
"GitLens Unveiled: Enhancing Visual Studio Code with Intuitive Commit Insights and Navigation"
What do you like best about GitLens?

According to my opinion gitlens is very useful when i want to know who written this code and we get all history regarding that code and we can also get pull request on github.

GitLens excels at providing detailed line-by-line blame annotations that unlock your Git history. It also goes above and above; if you hover over these annotations, a detailed view with interactive links opens, making it easy to interact with pull requests, issues, and Git references. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

Some time i face some minor bug while integrating gitlens and It does not have autocomplete feature. Review collected by and hosted on G2.com.

Karmavir J.
KJ
Co-Founder
Small-Business (50 or fewer emp.)
"Best VSCode Git Integration on the marketplace"
What do you like best about GitLens?

Gitlens is amazingly simple to use. The visualizations for the commit tree are great.

Inline hover feature for getting the commit details really help a lot when debugging. File blame , heatmaps and worktree features are prefect. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

some minor bugs in extenstions and no integrations for Jetbrains IDE are drawbacks.But it is perfect for vscode users. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Impossible to function without Gitlens"
What do you like best about GitLens?

The feature that delivers the most impact is the in-line blame and when we hover over the blame, it shows more details about that commit.

In addition to this we can visualize file blame, file history and evolution over time, commit history, commit graphs, etc. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

I have been using GitLens for over three years, and I cannot complain. Review collected by and hosted on G2.com.

Laura C.
LC
Solutions assistant
Enterprise (> 1000 emp.)
"Perfect for working in a team"
What do you like best about GitLens?

The function I use the most is to know who and when any of the lines of code in VSCode were modified. It is very easy to install, hardly consumes any resources, and is very easy to use. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

One of its important features, the Commit Graph, is paid. Review collected by and hosted on G2.com.

Devin S.
DS
Founder
Small-Business (50 or fewer emp.)
"Great tool for fast 'git'-ing."
What do you like best about GitLens?

it makes collaboration and version control easy. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

not much to dislike. i would prefer if there was something that showed you the actual commands as you ran it, so you can learn while you used. Review collected by and hosted on G2.com.

Sudhanshu C.
SC
Software Engineer
Mid-Market (51-1000 emp.)
"Git lens ( To view the author of code)"
What do you like best about GitLens?

Git lens is the best tool to know who is the author of the code which you are looking at and the commit message of that code. I have used it in many places, we can install the extension in VScode and after its installation when we click on any piece of code it will show the name of the person, and the time when it was written. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

Honestly, I haven't seen any demerits of it yet but it adds valuable information, to make it better they can show more information about the person who has written the code. Review collected by and hosted on G2.com.

sudhir p.
SP
Senior Technology Analyst
Enterprise (> 1000 emp.)
"Git lens review"
What do you like best about GitLens?

It will allow us to see the latest changes in the branch.

We can compare the latest changes with last code.

Direct options given once you start using git lens like - merge code , stash code , add code , commit code.

It helps to resolve the merge conflict. Review collected by and hosted on G2.com.

What do you dislike about GitLens?

Sometimes we are not able to stop the command by using ctr+c or any other shortcut.

There is no feature to clear the cache of last branch.

It does not have autocomplete feature. Review collected by and hosted on G2.com.

Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

GitLens Comparisons
Product Avatar Image
GitKraken Desktop
Compare Now
Product Avatar Image
SourceTree
Compare Now
Product Avatar Image
Git Tower
Compare Now