I'll say it again - GitHub's killer feature and unique selling point for developers today is GitHub Sponsors
The first code hosting service which is able to provide a seamless Sponsors integration will be the service that takes the biggest piece of the pie from Microsoft
#github #codeberg #forgejo #tangled #git
normies using ai:
- "SUMARIZE THIS EMAIL"
- "WHAT CAN I COOK WITH 1 TOMATO AND A CAN OF BEANS"
- "HOW DO MIRRORS WORK"
me using ai:
- "ok I really don't want to work today but we have to rebase this stale branch with 250 commits onto current dev branch and it will be a major pain in the ass. while rebasing, try to boost my mood by providing quotes from the Wicked movie to make things more bearable for me"
[New Release] git-rstatus -- Fast recursive git status (with fetch and pull)
- Simple quality-of-life tool that scans all your git repos and gives a summary
- Zero-dependency self-contained bin/exe
- open-source MIT
https://github.com/guylangston/git-rstatus/releases/tag/v0.4.2-beta
I would welcome some feedback, suggestions, improvements.

TIL about using pbpaste (on MacOS for example) to directly apply a git e-mail patch that is currently saved to your clipboard:
pbpaste | git apply
(Obviously doesn't carry over the submitters email/name etc, but for tiny changes it makes things easier than exporting mbox)
https://ss64.com/mac/pbpaste.html
Python Linters: A Guide for Clean Code:
https://www.glukhov.org/post/2025/11/linters-for-python/
#Python #Dev #DevOps #VSCode #Git #bash
https://motherduck.com/blog/git-for-data-part-1/
Как патчить ядро Linux: подробное руководство
Всем привет, это Тимур. Сейчас
https://habr.com/ru/companies/yadro/articles/969756/
#kornfeld #коммутаторы #патчинг #linux #linux_kernel_development #c #git #kernel
Converting Windows Text to Linux Format:
https://www.glukhov.org/post/2025/11/conversing-windows-text-to-linux/
#Linux #bash #Cheatsheet #Git #VSCode
Lazyweb, I have a bash script that takes a #Git tag as an argument and I want it to default to “the most recent one”. How would you do it and what footguns am I forgetting?
So far I’m considering:
git describe --tags --abbrev=0
Actual meaning: “the first tag found walking commits backward from HEAD”
Pro: Short
Con: Troublesome in shallow clones
git tag --sort=-creatordate | head -n1
Actual meaning: “The tag with the most recent timestamp”
Pro: Probably closer to what the user is expecting
Con: ???
What's cooking on SourceHut? Q4 2025
https://sourcehut.org/blog/2025-11-20-whats-cooking-q4-2025/
GitHub - ahmedkhaleel2004/gitdiagram: Free, simple, fast interactive diagrams for any GitHub repository https://github.com/ahmedkhaleel2004/gitdiagram #OpenSource #repository #generator #diagram #GitHub #git #AI
GitDiagram https://gitdiagram.com/ #repository #generator #diagram #git #AI