m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Morgen, am 04.12.2025 ab 19:00 trifft sich online wieder die Troisdorfer Linux Usergroup. Dieses Mal gibt es eine praktische Einführung in git und Codeberg.
Alle Interessierte sind herzlich eingeladen, teilzunehmen:
https://doc.adminforge.de/n7iwgOlERjWGPzxQu3Iltw
Weitere Infos findet ihr auf unserer Webseite:
https://trolug.de/
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)
git worktree for the rescue:I was working on updating a #cpp project to a newer #Qt version, but wanted to keep comparing to a #git tag from some time ago. The problem is that checking out a different commit changes all the files as far as #CMake is concerned, and everything builds from scratch. If only there was a way to have another copy of the same repo without cloning...