What's if you could ~$ git clone SWHID?
"You’d end up with git clone as a content-addressed fetch primitive rather than just a URL fetch, which is an interesting building block for reproducible builds and supply chain verification."
A nice write-up by @andrewnez on git remote helpers 👉 https://nesbitt.io/2026/03/18/git-remote-helpers.html
#Git #SWHID #ReproducibleBuilds
Who has 100,000 Git notes?
Probably a mad scientist. Or a Fortune 500 company 🧪🏢
In the world of cloud-scale architecture & monorepos, latency is the enemy. In #SmartGit 26.1, we went under the hood for the Giants:
✅ 100K+ Notes? No Problem: We’ve improved performance for repos with massive amounts of metadata.
✅ Packed-Refs Optimization: Even the bloated repos feel snappy again.
Is your repo growing faster than your #Git client can handle? It’s time to upgrade your engine 🏎️

Be honest
Am I the only one that hides their SIn after vigorously testing and just deletes the branch with 1000 ugly "please just work" commits?

Переписать нельзя оставить: как мы…
Привет, Хабр! Меня зовут Алексей Кирдяшкин, я занимаюсь инфраструктурной разработкой в Timeweb Cloud. У нас есть сервис App Platform (раньше он назывался Apps). Если коротко, это управляемая платформа поверх VDS для деплоя приложений напрямую из Git, без ручной настройки серверов и танцев с бубном. Я застал App Platform еще в виде MVP, участвовал в его адаптации под инфраструктуру, работал над архитектурой — по сути, провел сервис от первого прототипа до продакшена с реальной нагрузкой. Конечно, все работало — приложения деплоились, пользователи приходили, платформа росла. Но с ростом стали заметны архитектурные решения, которые были оправданы для MVP, но плохо подходили для большого сервиса. Поэтому мы взяли и… полностью пересобрали уже работающий сервис с нуля. Как, зачем и почему — в этой статье.
https://habr.com/ru/companies/timeweb/articles/1011224/
#paas #backend #frontend #apps #vds #timeweb_статьи #git #api #docker_compose #rabbitmq
The -f option for the git push command, which is an alias for --force, should be re-aliased to --force-with-lease.
yes it ll be a dirty #git tree and your re not for commits #virtualmachines

Betterleaks: a new open source Secrets Scanner from the author of Gitleaks. It's a drop-in replacement for Gitleaks with new filters, configurable validation, faster scans, more options, and built for the agentic era. #Git https://www.aikido.dev/blog/betterleaks-gitleaks-successor
RE: https://mastodon.social/@fork_dev/116250734509884225
Hands down the best Git client out there. #Git
@TheyCallMeHacked Avec plaisir.
J'ai déjà un gros talk de prêt mais c'est vraiment sur #git .
Mais je peux ne faire un sur #jj aussi si besoin.
@NuclearSquid
[$] BPF comes to io_uring at last
The kernel's asynchronous io_uring interface maintains two shared ring buffers: a submission queue for sending requests to the kernel, and a completion queue containing the result [...]
https://lwn.net/Articles/1062286/ #LWN #Linux #kernel #Git #BPF #io_uring
@NuclearSquid #JJ, contrairement à #git, a une command absorb.
Tu connais forcément squash qui va mettre ton code dans le commit précédent.
Et bien absorb va regarder tes changements et les distribuer dans les différents commits de ta branche, si ça a du sens, et te laisser ceux qui reste à faire à la main.
Absorb est une sorte de squash+rebase sous stéroïdes.
Et c'est très pratique.
Context switching is the #1 thief of your time🕵️♂️💸
You’re mid-feature when a critical production bug hits. Your options?
1. git stash
2. git clone a second copy
3. Use Worktrees
#Worktrees are the most underutilized power feature in #Git. They allow you to have multiple branches checked out simultaneously in different folders, all linked to the same local database.
Are you a one branch at a time #developer, or have you discovered the freedom of a Worktree workflow? 👇
