About 62 results
https://nesbitt.io/2025/12/24/package-managers-keep-using-git-as-a-database.html · 24 Dec 2025
Git repositories seem like an elegant solution for package registry data. Pull requests for governance, version history for free, distributed by design. But as registries grow, the cracks appear.
https://nesbitt.io/2025/12/06/github-actions-package-manager.html · 6 Dec 2025
GitHub Actions has a package manager that ignores decades of supply chain security best practices: no lockfile, no integrity verification, no transitive pinning
https://nesbitt.io/2025/11/28/revisiting-gitballs.html · 28 Nov 2025
Nine years ago I experimented with storing package tarballs as git objects. A visit to Software Heritage got me thinking about it again.
https://nesbitt.io/2025/11/26/extending-git-functionality.html · 26 Nov 2025
A practical guide to the different ways you can extend git: subcommands, filters, hooks, remote helpers, and more.
https://jacob.blog/notes/really-useful-git-commands · 21 Nov 2025
I’m sure Claude could make this list again and again. But I keep asking for these same ones so here they are for posterity. {{toc}} List the most frequently-updated files over the last year Useful for seeing hotspots in a codebase.
https://anil.recoil.org/notes/tangled-and-ci · 17 Aug 2025
The Tangled git forge has recently gained support for CI, stacked pull requests and also the Dune build system can generate Tangled metadata easily now for OCaml packages hosted there.
https://blog.nove-b.dev/posts/local-git-ignore · 3 May 2025
結論 でフォルダ、ファイルを指定することでGit 管理から除外できる。 切り替え時のメモリ不足 個人の頭のスペックが著しく低いので、マルチタスクには向いていない。 仕事でもその影...
https://octet-stream.net/b/tt/sourcetree-being-overzealous.html · 7 Nov 2024
HOME BLOGS PROJECTS GITHUB 7 November 2024 I came across this strange git error while trying to check out my dependencies with cargo. fatal: cannot use bare repository '/Users/tk/.cargo/git/db/tracing-3b3ea2e46aa0049f' (safe.bareRepository is 'e...
https://hboon.com/wip-git-commit-shortcut/ · 7 Oct 2024
I was wrong; I thought I figured out the Git script I used the most everyday. Turns out, it is this: w It has a variation: w 'Some commit message' Running w alone uses WIP as the default commit message. I wrote it as a fish shell function, but it shou...
https://rednafi.com/misc/sane-pull-request/ · 14 Jul 2024
Make pull requests easier to review. Learn commit organization, diff filtering, annotations, and context that helps reviewers understand changes faster.