[Перевод] Перебазирование в Magit
Статья Яна Уитлока о том, почему он не может отказаться от Magit, вдохновила меня поделиться своим взглядом на Magit. Этот текст посвящён перебазированию. Я открыл лог Git. Вызвал Magit, привязанный к F3 , и нажал lL . Первая l включает работу с логом, вторая — показывает его для всех локальных и отслеживаемых ими удалённых веток.
https://habr.com/ru/articles/1008988/
#git #системы_управления_версиями #программирование #emacs #magit
So I've been on a self-hosted kick, and generally trying to distance myself more from some of big tech... just started wondering if I should move my open source/personal git repositories... I have SourceTube (omg.lol) option, could try Codeberg, or further invest into self-hosting and host my own...
though for the homelab probably can't self-host that git repo haha.
🥳 Die kleine 100!!!
Beide reden über aktuelle Side-Projekte, neue Updates und ihre Woche.
👉 https://ready-for-review.dev/2026/03/13/rfr095-die-kleine-100/
#oss #podcast #git #testcontainers
[$] More timing side-channels for the page cache
In 2019, researchers published a way to identify which file-backed pages were being accessed on a system using timing information from the page cache, leading to a handful of unple [...]
https://lwn.net/Articles/1061743/ #LWN #Linux #security #Git
@kenji Zu Open-Source Projekten: Es kommt auch darauf an, bei welchem Git-Service ein Open-Source Projekt gehostet wird. Während bei Github und Gitlab gerne mal unaufgefordert "Verschlimmbesserungsvorschläge"von deren KIs kommen, ist das nach meinen Erfahrungen bei Codeberg nicht so.
#aislop #codeberg #git #github #gitlab
Most AI-generated commit messages are useless 🤖❌
As Daniel Siegl points out, most AI tools today just read the diff & summarize the obvious. They tell you what changed, which you can already see in the code.
But what if instead of just generating text, the LLM validates the commit. Does this code actually solve the problem?
How often do you catch commits that have absolutely nothing to do with the Jira ticket they are linked to? 👇
#Git #AI #CodeReview #SmartGit #DevOps #LLM #DevTools
Fijn artikel van @janvlug over een keuze voor een eigen gitforge voor de overheid.
Hopelijk gaat het gebeuren, een https://forgejo.overheid.nl
En altijd fijn om te lezen dat een ander dezelfde keuze maakt. Sinds kort zelf ook een #Forgejo servertje opgezet. Bevalt prima.
https://developer.overheid.nl/blog/2025/11/11/git-forge-overheid
#FOSS #OpenOverheid #DigitaleSoevereiniteit #DigitaleAutonomie #GIT
I have runtime nixos-vm running qemu with vde network virtual Ethernet switch , with `nix run` path input of the flake it creates 2 sockets for two kubernetes nodes running with this VM , to restart , when git tree changes , I remove .vde Dir , and rerun it , but its very slow in fetching path , and at times remote viewer also does not connect for a long time , then I remove the stale socket files for the dead process and rerun it , but fetching is again very slow , why?
#nixos #qemu #git
How to Utilize #Git Version Control in #cPanel (5 Minute Quick-Start Guide)
This guide walks cPanel users through setting up, managing, and deploying code using Git directly inside cPanel—without needing advanced server access. It’s ideal for websites, applications, and teams that want safe, repeatable deployments.
What Is Git Version Control in cPanel?
Git Version Control in cPanel provides a built-in interface for managing Git ...
Continued 👉 https://blog.radwebhosting.com/git-version-control-in-cpanel/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #gitversioncontrol

🔍 Desmistificando o Debate Git vs. GitHub: Entendendo as Principais Diferenças 🖥️🔗
Git e GitHub são frequentemente confundidos, mas possuem funções distintas no mundo do desenvolvimento. Descubra as diferenças essenciais entre eles e como cada um pode beneficiar seus projetos!
👉 Saiba mais no blog: https://nova.escolalinux.com.br/blog/desmistificando-o-debate-git-vs-github-entendendo-as-principais-diferenas?utm_source=dlvr.it&utm_medium=mastodon
#Git #GitHub #Desenvolvimento #Tecnologia #CódigoAberto
Just thought of a reason why you'd want to use soft #wrapping and not hard wrapping (in your #editor, #git #commit messages, etc): if you #grep for a phrase, it won't match instances where there's a hard #wrap in the middle of the phrase.
Git для новичков: ветки, коммиты и первый pull request
Git — это вызов, через который проходит каждый второй новичок в разработке. Ветки называются «asdasd», коммиты — «правки», а pull request пугает своей красной кнопкой. Знакомо? Меня зовут Сергей Прощаев, я Tech Lead в FinTech и преподаватель на курсах в OTUS. В этой статье разбираем самое главное: как создавать ветки и почему их нельзя называть как попало, что писать в коммитах, как сделать pull request в лучших практиках команд разработки Разобраться в Git
https://habr.com/ru/companies/otus/articles/994162/
#java #Git #version_control #ветки #коммиты #pull_request #туториал #автоматизация_тестирования #Java_QA