# 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. [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 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. ## Getting Started

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 live on the edge and be the first to experience new features. ## Is GitLens Free? All features are free to use on all repos, **except** for features, - 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 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') | [Pro](#ready-for-gitlens-pro 'Jump to Ready for GitLens Pro?') | [FAQ](#faq 'Jump to FAQ') | [Support and Community](#support-and-community 'Jump to Support and Community') | [Contributing](#contributing 'Jump to Contributing') | [Contributors](#contributors- 'Jump to Contributors') | [License](#license 'Jump to License') # Discover Powerful Features 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. - [**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 `Preview`**](#launchpad-preview) — 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. ## Blame, CodeLens, and Hovers Gain a deeper understanding of how code changed and by whom through in-editor code annotations and rich hovers. ### Inline and Status Bar Blame Provides historical context about line changes through unobtrusive **blame annotation** at the end of the current line and on the status bar.
Inline Line Blame
Inline blame annotations
Status Bar Blame
Status bar blame annotations
💡 Use the `Toggle Line Blame` and `Toggle Git CodeLens` commands from the Command Palette to turn the annotations on and off. ### Git CodeLens Adds contextual and actionable authorship information at the top of each file and at the beginning of each block of code. - **Recent Change** — author and date of the most recent commit for the file or code block - **Authors** — number of authors of the file or code block and the most prominent author (if there is more than one) ### Rich Hovers Hover over blame annotations to reveal rich details and actions.
Current Line Hovers
## File Annotations Use on-demand whole file annotations to see authorship, recent changes, and a heatmap. Annotations are rendered as visual indicators directly in the editor.
File Blame
File Blame annotations
File Changes
File Changes annotations
File Heatmap
File Heatmap annotations
💡 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. ## 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.
Revision Navigation
## Side Bar Views Our views are arranged for focus and productivity, although you can easily drag them around to suit your needs.
Side Bar views
GitLens Inspect as shown above has been manually moved into the Secondary Side Bar
💡 Use the `Reset Views Layout` command to quickly get back to the default layout. ### GitLens Inspect An x-ray or developer tools Inspect into your code, focused on providing contextual information and insights to what you're actively working on. - **Inspect** — See rich details of a commit or stash. - **Line History** — Jump through the revision history of the selected line(s). - **File History** — Explore the revision history of a file, folder, or selected lines. - [**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. - **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. ### GitLens Quick access to many GitLens features. Also the home of GitKraken teams and collaboration services (e.g. GitKraken Workspaces), help, and support. - **Home** — Quick access to many features. - [**Cloud Patches `Preview`**](#cloud-patches-preview) — Easily and securely share code with your teammates - [**GitKraken Workspaces `Preview`**](#gitkraken-workspaces-preview) — Easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow. - **GitKraken Account** — Power-up with GitKraken Cloud Services. ### Source Control Shows additional views that are focused on exploring and managing your repositories. - **Commits** — Comprehensive view of the current branch commit history, including unpushed changes, upstream status, quick comparisons, and more. - **Branches** — Manage and navigate branches. - **Remotes** — Manage and navigate remotes and remote branches. - **Stashes** — Save and restore changes you are not yet ready to commit. - **Tags** — Manage and navigate tags. - [**Worktrees `Pro`**](#worktrees-pro) — Simultaneously work on different branches of a repository. - **Contributors** — Ordered list of contributors, providing insights into individual contributions and involvement. - **Repositories** — Unifies the above views for more efficient management of multiple repositories. ### (Bottom) Panel 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 `Preview` 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) ## Visual File History `Pro` 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.
Visual File History view
## Interactive Rebase Editor Easily visualize and configure interactive rebase operations with the intuitive and user-friendly Interactive Rebase Editor. Simply drag & drop to reorder commits and select which ones you want to edit, squash, or drop.
Interactive Rebase Editor
## Comprehensive Commands Stop worrying about memorizing Git commands; GitLens provides a rich set of commands to help you do everything you need. ### Git Command Palette A guided, step-by-step experience for quickly and safely executing Git commands.
Git Command Palette
### Quick Access Commands Use a series of new commands to: - Explore the commit history of branches and files - Quickly search for and navigate to (and action upon) commits - Explore a file of a commit - 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. 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. 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. ## Define your own autolinks Use autolinks to linkify external references, like Jira issues or Zendesk tickets, in commit messages. # GitKraken Labs Our incubator for experimentation and exploration with the community to gather early reactions and feedback. Below are some of our current experiments. ## 🧪AI Explain Commit Use the Explain panel on the **Inspect** view to leverage AI to help you understand the changes introduced by a commit. ## 🧪Automatically Generate Commit Message Use the `Generate Commit Message` command from the Source Control view's context menu to automatically generate a commit message for your staged changes by leveraging AI. # Ready for GitLens Pro? When you're ready to unlock the full potential of GitLens and our [DevEx 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. 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! # FAQ ## Is GitLens free to use? Yes. All features are free to use on all repos, **except** for `Pro` features, which require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing?utm_source=gitlens-extension&utm_medium=in-app-links). While GitLens offers a remarkable set of free features, a subset of `Pro` features tailored for professional developers and teams, require a trial or paid plan for use on privately-hosted repos — use on local or publicly-hosted repos is free for everyone. Additionally `Preview` features may require a paid plan in the future and some, if cloud-backed, require a GitKraken account. 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. ## Are `Pro` and `Preview` features free to use? `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` features may require a paid plan in the future. ## Where can I find pricing? Visit the [GitLens Pricing page](https://www.gitkraken.com/gitlens/pricing?utm_source=gitlens-extension&utm_medium=in-app-links) for detailed pricing information and feature matrix for plans. # Support and Community Support documentation can be found on the [GitLens Help Center](https://help.gitkraken.com/gitlens/gitlens-home/). If you need further assistance or have any questions, there are various support channels and community forums available for GitLens: ## Issue Reporting and Feature Requests Found a bug? Have a feature request? Reach out on our [GitHub Issues page](https://github.com/gitkraken/vscode-gitlens/issues). ## Discussions Join the GitLens community on [GitHub Discussions](https://github.com/gitkraken/vscode-gitlens/discussions) to connect with other users, share your experiences, and discuss topics related to GitLens. ## GitKraken Support For any issues or inquiries related to GitLens, you can reach out to the GitKraken support team via the [official support page](https://support.gitkraken.com/). They will be happy to assist you with any problems you may encounter. With GitLens Pro, you gain access to priority email support from our customer success team, ensuring higher priority and faster response times. Custom onboarding and training are also available to help you and your team quickly get up and running with a GitLens Pro plan. # Contributing GitLens is an open-source project that greatly benefits from the contributions and feedback from its community. Your contributions, feedback, and engagement in the GitLens community are invaluable, and play a significant role in shaping the future of GitLens. Thank you for your support! ## Code Contributions Want to contribute to GitLens? Follow the [CONTRIBUTING](https://github.com/gitkraken/vscode-gitlens/blob/main/CONTRIBUTING.md) docs to get started. ## Documentation Contributions Contributions to the documentation are greatly appreciated. If you find any areas that can be improved or have suggestions for new documentation, you can submit them as pull requests to the [GitLens Docs](https://github.com/gitkraken/gitlens-docs) repository. # Contributors A big thanks to the people that have contributed to this project 🙏❤️: - Zeeshan Adnan ([@zeeshanadnan](https://github.com/zeeshanadnan)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=zeeshanadnan) - Alex ([@deadmeu](https://github.com/deadmeu)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=deadmeu) - Abdulrahman (Abdu) Assabri ([@abdusabri](https://github.com/abdusabri)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=abdusabri) - Grey Baker ([@greysteil](https://github.com/greysteil)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=greysteil) - Loris Bettazza ([@Pustur](https://github.com/Pustur)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Pustur) - Brian Bolte ([@bolte-17](https://github.com/bolte-17)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=bolte-17) - Zach Boyle ([@zaboyle](https://github.com/zaboyle)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=zaboyle) - Tony Brix ([@UziTech](https://github.com/UziTech)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=UziTech) - Matt Buckley ([@Mattadore](https://github.com/Mattadore)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Mattadore) - Lee Chang ([@MeltingMosaic](https://github.com/MeltingMosaic)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=MeltingMosaic) - Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=AmandaCameron) - Martin Campbell ([@martin-css](https://github.com/martin-css)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=martin-css) - Brett Cannon ([@brettcannon](https://github.com/brettcannon)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=brettcannon) - Barney Carroll ([@barneycarroll](https://github.com/barneycarroll)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=barneycarroll) - Andrea Cigana ([@ciganandrea](https://github.com/ciganandrea)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ciganandrea) - Ash Clarke ([@ashclarke](https://github.com/ashclarke)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ashclarke) - Travis Collins ([@TravisTX](https://github.com/TravisTX)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=TravisTX) - Matt Cooper ([@vtbassmatt](https://github.com/vtbassmatt)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=vtbassmatt) - Skyler Dawson ([@foxwoods369](https://github.com/foxwoods369)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=foxwoods369) - Andrii Dieiev ([@IllusionMH](https://github.com/IllusionMH)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=IllusionMH) - egfx-notifications ([@egfx-notifications](https://github.com/egfx-notifications)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=egfx-notifications) - Segev Finer ([@segevfiner](https://github.com/segevfiner)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=segevfiner) - Cory Forsyth ([@bantic](https://github.com/bantic)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=bantic) - John Gee ([@shadowspawn](https://github.com/shadowspawn)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=shadowspawn) - Geoffrey ([@g3offrey](https://github.com/g3offrey)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=g3offrey) - Omar Ghazi ([@omarfesal](https://github.com/omarfesal)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=omarfesal) - Neil Ghosh ([@neilghosh](https://github.com/neilghosh)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=neilghosh) - Guillaume Rozan ([@grozan](https://github.com/grozan)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=grozan) - Guillem González Vela ([@guillemglez](https://github.com/guillemglez)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=guillemglez) - Vladislav Guleaev ([@vguleaev](https://github.com/vguleaev)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=vguleaev) - Dmitry Gurovich ([@yrtimiD](https://github.com/yrtimiD)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=yrtimiD) - hahaaha ([@hahaaha](https://github.com/hahaaha)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=hahaaha) - Victor Hallberg ([@mogelbrod](https://github.com/mogelbrod)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mogelbrod) - Ken Hom ([@kh0m](https://github.com/kh0m)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=kh0m) - Yukai Huang ([@Yukaii](https://github.com/Yukaii)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Yukaii) - Justin Hutchings ([@jhutchings1](https://github.com/jhutchings1)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=jhutchings1) - Roy Ivy III ([@rivy](https://github.com/rivy)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=rivy) - Helmut Januschka ([@hjanuschka](https://github.com/hjanuschka)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=hjanuschka) - jogo- ([@jogo-](https://github.com/jogo-)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=jogo-) - Nils K ([@septatrix](https://github.com/septatrix)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=septatrix) - Chris Kaczor ([@ckaczor](https://github.com/ckaczor)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ckaczor) - Aidos Kanapyanov ([@aidoskanapyanov](https://github.com/aidoskanapyanov)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=aidoskanapyanov) - Allan Karlson ([@bees4ever](https://github.com/bees4ever)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=bees4ever) - Nafiur Rahman Khadem ([@ShafinKhadem](https://github.com/ShafinKhadem)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ShafinKhadem) - Mathew King ([@MathewKing](https://github.com/MathewKing)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=MathewKing) - Lior Kletter ([@Git-Lior](https://github.com/Git-Lior)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Git-Lior) - Chase Knowlden ([@ChaseKnowlden](https://github.com/ChaseKnowlden)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ChaseKnowlden) - Andrei Korigodski ([@korigod](https://github.com/korigod)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=korigod) - Kwok ([@mankwok](https://github.com/mankwok)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mankwok) - Marc Lasson ([@mlasson](https://github.com/mlasson)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mlasson) - John Letey ([@johnletey](https://github.com/johnletey)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=johnletey) - Stanislav Lvovsky ([@slavik-lvovsky](https://github.com/slavik-lvovsky)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=slavik-lvovsky) - Peng Lyu ([@rebornix](https://github.com/rebornix)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=rebornix) - Cédric Malard ([@cmalard](https://github.com/cmalard)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=cmalard) - Asif Kamran Malick ([@akmalick](https://github.com/akmalick)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=akmalick) - Sam Martin ([@smartinio](https://github.com/smartinio)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=smartinio) - mcy-kylin ([@mcy-kylin](https://github.com/mcy-kylin)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mcy-kylin) - Mark Molinaro ([@markjm](https://github.com/markjm)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=markjm) - Ahmadou Waly Ndiaye ([@sir-kain](https://github.com/sir-kain)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=sir-kain) - Nguyen Long Nhat ([@torn4dom4n](https://github.com/torn4dom4n)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=torn4dom4n) - Dave Nicolson ([@dnicolson](https://github.com/dnicolson)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=dnicolson) - Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=nobitagit) - Raaj Patil ([@arrpee](https://github.com/arrpee)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=arrpee) - Kevin Paxton ([kpaxton](https://github.com/kpaxton)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=kpaxton) - Connor Peet ([@connor4312](https://github.com/connor4312)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=connor4312) - Maxim Pekurin ([@pmaxim25](https://github.com/pmaxim25)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=pmaxim25) - Leo Dan Peña ([@leo9-py](https://github.com/leo9-py)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=leo9-py) - Aman Prakash ([@gitgoap](https://github.com/gitgoap)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=gitgoap) - Arunprasad Rajkumar ([@arajkumar](https://github.com/arajkumar)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=arajkumar) - David Rees ([@studgeek](https://github.com/studgeek)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=studgeek) - Rickard ([@rickardp](https://github.com/rickardp)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=rickardp) - Johannes Rieken ([@jrieken](https://github.com/jrieken)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=jrieken) - Daniel Rodríguez ([@sadasant](https://github.com/sadasant)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=sadasant) - Guillaume Rozan ([@rozangu1](https://github.com/rozangu1)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=rozangu1) - ryenus ([@ryenus](https://github.com/ryenus)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ryenus) - Felipe Santos ([@felipecrs](https://github.com/felipecrs)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=felipecrs) - Andrew Savage ([@andrewsavage1](https://github.com/andrewsavage1)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=andrewsavage1) - Zack Schuster ([@zackschuster](https://github.com/zackschuster)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=zackschuster) - Matt Seddon ([@mattseddon](https://github.com/mattseddon)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mattseddon) - Ahmadali Shafiee ([@ahmadalli](https://github.com/ahmadalli)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ahmadalli) - Shashank Shastri ([@Shashank-Shastri](https://github.com/Shashank-Shastri)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Shashank-Shastri) - Skybbles ([@Luxray5474](https://github.com/Luxray5474)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Luxray5474) - Brendon Smith ([@br3ndonland](https://github.com/br3ndonland)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=br3ndonland) - Ross Smith II ([@rasa](https://github.com/rasa)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=rasa) - Oleg Solomka ([@legomushroom](https://github.com/legomushroom)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=legomushroom) - Miguel Solorio ([@misolori](https://github.com/misolori)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=misolori) - SpaceEEC ([@SpaceEEC](https://github.com/SpaceEEC)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=SpaceEEC) - stampyzfanz ([@stampyzfanz](https://github.com/stampyzfanz)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=stampyzfanz) - sueka ([@sueka](https://github.com/sueka)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=sueka) - Mike Surcouf ([@mikes-gh](https://github.com/mikes-gh)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mikes-gh) - Alexey Svetliakov ([@asvetliakov](https://github.com/asvetliakov)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=asvetliakov) - Takashi Tamura ([@tamuratak](https://github.com/tamuratak)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=tamuratak) - Andy Tang ([@thewindsofwinter](https://github.com/thewindsofwinter)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=thewindsofwinter) - Dmitry Ulupov ([@dimaulupov](https://github.com/dimaulupov)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=dimaulupov) - Alexey Vasyukov ([@notmedia](https://github.com/notmedia)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=notmedia) - Ivan Volzhev ([@ivolzhevbt](https://github.com/ivolzhevbt)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ivolzhevbt) - x13machine ([@x13machine](https://github.com/x13machine)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=x13machine) - Alwin Wang ([@alwinw](https://github.com/alwinw)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=alwinw) - Ian Wilkinson ([@sgtwilko](https://github.com/sgtwilko)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=sgtwilko) - Brian Williams ([@Brcrwilliams](https://github.com/Brcrwilliams)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Brcrwilliams) - Adaex Yang ([@adaex](https://github.com/adaex)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=adaex) - Yan Zhang ([@Eskibear](https://github.com/Eskibear)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Eskibear) - Zyck ([@qzyse2017](https://github.com/qzyse2017)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=qzyse2017) - Yonatan Greenfeld ([@YonatanGreenfeld](https://github.com/YonatanGreenfeld)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=YonatanGreenfeld) - WofWca ([@WofWca](https://github.com/WofWca)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=WofWca) - 不见月 ([@nooooooom](https://github.com/nooooooom)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=nooooooom) - Ian Chamberlain ([@ian-h-chamberlain](https://github.com/ian-h-chamberlain)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=ian-h-chamberlain) - Brandon Cheng ([@gluxon](https://github.com/gluxon)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=gluxon) - yutotnh ([@yutotnh](https://github.com/yutotnh)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=yutotnh) - may ([@m4rch3n1ng](https://github.com/m4rch3n1ng)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=m4rch3n1ng) Also special thanks to the people that have provided support, testing, brainstorming, etc: - Brian Canzanella ([@bcanzanella](https://github.com/bcanzanella)) - Matt King ([@KattMingMing](https://github.com/KattMingMing)) And of course the awesome [vscode](https://github.com/Microsoft/vscode/graphs/contributors) team! # License This repository contains both OSS-licensed and non-OSS-licensed files. All files in or under any directory named "plus" fall under LICENSE.plus. The remaining files fall under the MIT license.