vscode-gitlens
Git
Our great sponsors
vscode-gitlens | Git | |
---|---|---|
17 | 240 | |
7,928 | 45,737 | |
2.7% | 1.6% | |
8.4 | 9.9 | |
1 day ago | 2 days ago | |
TypeScript | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-gitlens
-
Came back to Git Graph after several months of using GitLens+
Quite a while ago, the GitLens+ plugin gained the Commit Graph feature--the same graph you see in GitKraken. Until then I had used Git Graph for visualizing my repositories and GitLens+ for git blame in the GUI. Since one plugin could now do both, the natural course of action was to remove the other--goodbye, Git Graph!
-
Why I love GitLens in my VsCode - Part 1
Btw, today I want to speak about something different, I love git and I love terminal, but sometimes I love having the info visualised appealingly and get info about the source control quickly. I work with VsCode typically, so some months ago I tried to find a solution for this editor that resolves what was said before. After googling and some testing, the result of my search was: GitLens. Now, I want to show you how it works and how it can improve your routine. So don't waste time and let's jump in it!
-
Both are good, what would you pick?
GitLens extension chef's kiss
-
tig blame online
for GitLens https://gitlens.amod.io/
-
Replacing GitKraken
Hi. Vs code is pretty well integrated with git. There are built in git support and a couple other plugins. For example, the most popular git plugin for vs code is git lens. It also has powerful rebase editor (i guess, it is my favorite feature), which you can enable by following this guide. I personally realy enjoing Git Graph extension, which allow you to observe your git history in pretty similar to git kraken way. It also provide navigation facilities and some other useful features.
-
Supercharge your git workflow with GitLens
Redder color means changes were made very recently in that area. Again you can fully customize age thresholds, locations, the color of the most recent and least recent changes, etc., from the settings.
So here are some of my favorite GitLens features that I use regularly. You can find the full list of the features here.
-
Tips for Debugging Software like a Detective
Phone a friend. I recommend integrating git blame into your development environment I use the Git lens plugin which shows you, directly within files in a code editor, who authored certain file changes and the PR which can be helpful for quickly getting more context regarding decisions by looking at the associated Pull Request or having the opportunity to connect directly with the committer. Pair programming can be an effective way to debug and share knowledge. Similar, to the magic of figuring out the solution to a bug in the shower or overnight there is a phenomenon called rubber ducky debugging in which just explaining the issue to someone else (even an inanimate rubber duck) can help make the solution more obvious.
-
Commits are snapshots, not diffs - The GitHub Blog
If you're using VS Code, get the GitLens extension. It has an interactive rebase editor which I find very helpful (as well as heaps of other nice features).
-
Bullet point series - Part 2 - Some pretty sweet Visual Studio Extensions I Use
GitLens - https://gitlens.amod.io/#features , see who did what, when and why in your IDE and also quickly see any changes you have made
Git
-
Git VS samosa - a user suggested alternative
2 projects | 22 Mar 2023
-
Should I write my name at copyright notice when using GPL?
Adding a 24-line comment onto every single file can be a bit annoying (although it's super unambiguous and probably makes lawyers happy). The FSF recommends this practice, although it's not required. For instance, the Git codebase mostly just mentions it in the README, COPYING, and a few other files.
-
How would you write documentation for 3000 line PowerShell script?
Azure Devops and GitHub are just hosted solutions for git. It occurred to me that I’d never seen the repo for git but, sure enough, it’s on GitHub.
-
I wish people would stop insisting that Git branches are nothing but refs
I assume you’re referring to packfiles[1], but those are (a) very much an implementation detail (they exist only to save disk space and appear basically nowhere in the git UI), and (b) not diffs—git will pack together whatever blobs its heuristics[2] think “look similar” with no regard for whether they’re actually related to each other, as long as they seem likely to gzip well together.
[1] https://git-scm.com/book/en/v2/Git-Internals-Packfiles
[2] https://github.com/git/git/blob/master/Documentation/technic...
-
Make your original git! (Analyze section)
It is important to note that all data recorded in the index is in file data units. I will describe meta information in detail later, but the storage format is exactly defined as shown in index-format.
-
Reducing technical debt by valuing comments as much as code
Sounds good in theory. In practice, you get stuff like https://github.com/git/git/blob/master/cache-tree.c#L246
-
Github SHA256 change broke many package managers
Interesting. https://github.com/git/git/commit/4f4be00d302bc52d0d9d5a3d4738bb525066c710
-
Git archive checksums may change
Per the post, this was a change to git itself: https://github.com/git/git/commit/4f4be00d302bc52d0d9d5a3d47...
-
Git Security Vulnerabilities Announced
> url = https://github.com/gitster/git
huh, I would have thought for sure they would have linked to git/git from which that repo was forked
Also, the 2.39.1 tag alleges it was created Dec 13th - I wonder why they held it so long? I would have thought maybe embargo but the actual commit says "security fix" https://github.com/git/git/commit/01443f01b7c6a3c6ef03268b64...
-
Sigma males don't go outside.. they average 40 commits a day
https://github.com/git/git isn't starred, but I guess it's because he doesn't contribute much to Git these days. But he contributes quite a lot to Subsurface.
What are some alternatives?
scalar - Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
vscode-jupyter - VS Code Jupyter extension
PineappleCAS - A generic computer algebra system targeted for the TI-84+ CE calculators
vscode-emacs-mcx - Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
Subversion - Mirror of Apache Subversion
linux - Linux kernel source tree
CodeMaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
gitui - Blazing 💥 fast terminal-ui for git written in rust 🦀
vscode-toggle-excluded-files - Quickly toggles excluded (hidden) files visibility in the file explorer in VS Code
chromebrew - Package manager for Chrome OS [Moved to: https://github.com/chromebrew/chromebrew]
vscode-action-buttons - VsCode extension for custom status bar buttons