@mcc shhhh
Shhh, it's ok. Don't listen to the scary lady. She didn't mean it. She's just yearning for a simpler time, from before computers.
Of all the version control systems, you're the least worst.
🎉🚀 Wow, they rewrote #git in #Zig - because, you know, that's what the world was clamoring for! 🤔💼 Forget world peace, let's make buns faster by 100x, because clearly that's the pinnacle of human achievement. 🍞🔧
https://vers.sh/blog/git-zig-bun-100x #rewrite #technology #innovation #software #development #HackerNews #ngated
The git-tools package is now updated in Guix. The new version fixes the git-restore-mtime script, which is very helpful when git updates the timestamp of your .scm files, and they appear to be newer then their .go counterparts.
https://codeberg.org/guix/guix/commit/cfbc7247fe5585cc370c43582e2d3ea66969df90
After carefully checking my list of stashes to see which I wanted, I stashed my existing changes and applied it with git stash apply stash@\{2\}.
Can you see the mistake I made there? It took me a minute. LOL. #git
That problem about #Git mishandling diffs in commit messages which was circulating last month lead to some improvements by the Git maintainers:
https://git.github.io/rev_news/2026/03/31/edition-133/
Your current feature branch was created from main. origin/main has moved forward, and you want to replay your local commits on top of that updated upstream history.
Which sequence is the right starting point?
----
Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here 👉 https://www.git-skills.dev/quiz/rebase-plain/
#Git #SmartGit #smartgit #Coding #Programming #100DaysOfCode #CodeNewbie #SoftwareEngineering
#lazygit: a better way to use #Git
https://eshlox.net/lazygit-setup
𝗢𝗰𝘁𝗼𝗯𝗼𝘅:
#Github #Git #Notifications #Octobox
https://thewhale.cc/posts/octobox
Octobox is the tool for developers working on GitHub who find notifications infuriating. If you don’t want to miss another mention, if you don’t want misplace another issue and, if you don’t want to manage your workflow though email: you need to try Octobox.

My self-hosted Forgejo instance has better uptime than GitHub, even including the time my cat knocked the ethernet cable out of my server while I was away...
My current flow: say I want to contribute to github.com/xxx/yyy, I:
1. Fork it to github.com/aaccioly-open-source/yyy
2. Two-way mirror my fork to my personal Forgejo instance
3. Only come back to GitHub to open the final PR upstream
#Git #SelfHosting #Forgejo #GitHub
[$] IPC medley: message-queue peeking, io_uring, and bus1
The kernel provides a number of ways for processes to communicate with each other, but they never quite seem to fit the bill for many users. There are currently a few proposals fo [...]
https://lwn.net/Articles/1065490/ #LWN #Linux #kernel #Rust #Git #io_uring
The most useful "hack" to me today:
git diff --name-only | xargs rg 'TODO'
Find todos only in the unstaged files in a git repository, using ripgrep instead of grep. I leave TODO marks for things that I need to come back to before finishing a pr or commit.
#git #programming #programmingtips
Git Rev News Edition 133 (March 31st, 2026)
https://programming.dev/post/48171064