@notoriousGIT

15 Followers
12 Following
238 Posts
Tooting about Git, Forges and Magit

Taking a bold step toward πŸ‡ͺπŸ‡Ί tech independence.

We’re investing €75 million to build EURO-3C, a new federated Telco-Edge-Cloud infrastructure that merges telecoms and cloud computing.

Our goal is simple: to ensure Europe has the power to deliver its own digital services securely and independently. This project supports innovation in 6G and AI while benefiting the economies of all EU countries.

Transparency and digital sovereignty are at the heart of our work.

πŸ‘‰ https://link.europa.eu/DYdTNP

Self-OH.

Why did it never once cross my mind that "git" could be a regular English word?

Guess I should be more careful writing something like "git!" to someone from now on.

Esp. for non-technical people that could easily be misinterpreted...

#git #English #SelfOH #OH

Great #git tweaks Micah's Secret Blog https://micahkepe.com/blog/gitconfig/
Git Gud: Setting Up a Better Git Config

There's tons of little goodies you can add to your .gitconfig to make your life easier. From hidden gems in the git Man pages to aliases and shell functions, here's a few things I've found useful to reduce friction in my Git workflow.

Micah's Secret Blog

Git Rev News Edition 132 (February 28th, 2026) https://git.github.io/rev_news/2026/02/28/edition-132/

Git Rev News: Edition 132 (February 28th, 2026)

Welcome to the 132nd edition of Git Rev News,
a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to
subscribe, see the Git Rev News page on git.github.io.

This edition covers what happened during the months of January and February 2026.

Discussions

Support


Slow git pack-refs –all

Git Rev News Edition 132 (February 28th, 2026)

Git Rev News Edition 132 (February 28th, 2026) https://git.github.io/rev_news/2026/02/28/edition-132/

Git Rev News: Edition 132 (February 28th, 2026)

Welcome to the 132nd edition of Git Rev News,
a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to
subscribe, see the Git Rev News page on git.github.io.

This edition covers what happened during the months of January and February 2026.

Discussions

Support


Slow git pack-refs –all

Git Rev News Edition 132 (February 28th, 2026)

Git in Postgres

"Instead of using git as a database, what if you used a database as a git?"

Link: https://nesbitt.io/2026/02/26/git-in-postgres.html

#linkdump #blogpost #database #forgejo #git #postgresql

Git in Postgres

Instead of using git as a database, what if you used a database as a git?

Andrew Nesbitt
I am happy to announce that conflict-buttons.el is on MELPA

https://git.andros.dev/andros/conflict-buttons.el

#emacs #git
We've got something to Share! We hope you'll find it useful. https://blog.joinmastodon.org/2026/03/a-new-share-button/
A new Share button

We'd like to help you to Share to Mastodon, with a new tool.

Mastodon Blog
A new Share button

We'd like to help you to Share to Mastodon, with a new tool.

Mastodon Blog

Git won't track empty directories (because at heart it only tracks files). Common advice is to add a '.gitkeep' file so the directory isn't empty and git will make the directory.

EVEN BETTER ADVICE: put a README in the directory explaining what the empty directory is for and what will eventually be there.