2026-09-24 17:03:56
#TIL that #git has an `--end-of-options` option because they used `--` for something else in `git checkout`. 🤦
https://nesbitt.io/2026/07/21/end-of-options.html
(thanks to @… for the link)
BFG Repo-Cleaner is a simpler, faster alternative to git-filter-branch for removing large files, passwords and other private data from Git history: #git
The #git history command deserves more attention
https://lalitm.com/post/git-history/
Is there an option hidden somewhere in git log / ref-log / mailmap which would support colorizing output lines differently depending on whether a author/committer matches some pattern (eg Mine vs Another Maintainer vs Unknown Contributor)?
I know I could post-process the output of git log or use other plumbing tools, but I'd rather not if something is built-in.
#git #askfedi #devlog
For a long time, I diligently put my course materials into #git, but I found that it has little, if any, benefits for my use case, most notably, working alone.
But I’m now in the lucky position that others will teach my courses for the next academic year (#sabbatical, yay!)—now it does make sense to use version control!
⇢
For a long time, I diligently put my course materials into #git, but I found that it has little, if any, benefits for my use case, most notably, working alone.
But I’m now in the lucky position that others will teach my courses for the next academic year (#sabbatical, yay!)—now it does make sense to use version control!
⇢
For a long time, I diligently put my course materials into #git, but I found that it has little, if any, benefits for my use case, most notably, working alone.
But I’m now in the lucky position that others will teach my courses for the next academic year (#sabbatical, yay!)—now it does make sense to use version control!
⇢
Zero days since I messed up rebase by using `#git commit --amend` and missing that I was suppose to just `git commit` because it stopped on a merge conflict rather than my "edit".
Did my first interactive rebase today. #git
We had an intermittent storage issue. This problem has now been resolved.
#opencommit #git #opensource
🎨 Tools: ReadFile, Glob, SearchCode, EditFile, WriteFile, RunArtisan, RunTests, RunPint, RunShell, plus observability for logs, read-only SQL, routes, git diffs, #Telescope entries, #Sentry issues and #GitHub
GitFarm: #Git as a Service for Large-Scale #Monorepos
https://www.uber.com/us/en/blog/gitfarm-as-a…
🤖 /lfg runs the whole pipeline hands-off: plans, works, simplifies, runs code review and applies fixes, executes browser tests, commits, pushes, opens a PR and watches CI with a bounded repair loop
🧩 33 skills grouped into core loop, on-demand helpers (/ce-debug, /ce-ideate, /ce-explain, /ce-optimize), #git workflow, testing/design and collaboration
🔍 #Hunk is a review-first terminal diff viewer for agent-authored changesets #opensource #git #cli