git

Back Open Paginator
13.03.2026 15:22
habr (@habr@zhub.link)

[Перевод] Перебазирование в Magit

Статья Яна Уитлока о том, почему он не может отказаться от Magit, вдохновила меня поделиться своим взглядом на Magit. Этот текст посвящён перебазированию. Я открыл лог Git. Вызвал Magit, привязанный к F3 , и нажал lL . Первая l включает работу с логом, вторая — показывает его для всех локальных и отслеживаемых ими удалённых веток.

habr.com/ru/articles/1008988/

#git #системы_управления_версиями #программирование #emacs #magit




Show Original Post


13.03.2026 15:12
jfro (@jfro@social.lol)

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.

#selfhosted #git




Show Original Post


13.03.2026 15:02
readyforreview (@readyforreview@podcasts.social)

🥳 Die kleine 100!!!

Beide reden über aktuelle Side-Projekte, neue Updates und ihre Woche.

👉 ready-for-review.dev/2026/03/1

#oss #podcast #git #testcontainers





Show Original Post


13.03.2026 14:59
lwn (@lwn@fedi.lwn.net)

[$] 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 [...]

lwn.net/Articles/1061743/ #LWN #Linux #security #Git




Show Original Post


13.03.2026 13:31
net_gremlin (@net_gremlin@mastodon.ip6.li)

@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




Show Original Post


13.03.2026 10:30
smartgit (@smartgit@techhub.social)

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





Show Original Post


13.03.2026 09:08
eelcoa (@eelcoa@mastodon.nl)

Fijn artikel van @janvlug over een keuze voor een eigen gitforge voor de overheid.

Hopelijk gaat het gebeuren, een 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.

developer.overheid.nl/blog/202

#FOSS #OpenOverheid #DigitaleSoevereiniteit #DigitaleAutonomie #GIT




Show Original Post


13.03.2026 08:01
xameer (@xameer@mathstodon.xyz)

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




Show Original Post


13.03.2026 07:35
radwebhosting (@radwebhosting@mastodon.social)

How to Utilize Version Control in (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 👉 blog.radwebhosting.com/git-ver





Show Original Post


12.03.2026 22:50
escolalinux (@escolalinux@mastodon.social)

🔍 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: nova.escolalinux.com.br/blog/d




Show Original Post


12.03.2026 21:48
argv_minus_one (@argv_minus_one@mastodon.sdf.org)

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.

#programming




Show Original Post


12.03.2026 19:12
habr (@habr@zhub.link)

Git для новичков: ветки, коммиты и первый pull request

Git — это вызов, через который проходит каждый второй новичок в разработке. Ветки называются «asdasd», коммиты — «правки», а pull request пугает своей красной кнопкой. Знакомо? Меня зовут Сергей Прощаев, я Tech Lead в FinTech и преподаватель на курсах в OTUS. В этой статье разбираем самое главное: как создавать ветки и почему их нельзя называть как попало, что писать в коммитах, как сделать pull request в лучших практиках команд разработки Разобраться в Git

habr.com/ru/companies/otus/art

#java #Git #version_control #ветки #коммиты #pull_request #туториал #автоматизация_тестирования #Java_QA




Show Original Post


1 ...55 56 57 58 59 60 61 62 63 64 65 ...347
UP