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.
https://github.com/macports/macports-ports/pull/32809
GitHub's Continuous Integration checks passed!
it's up to someone else with commit access to merge it.
I also submitted a story to undeadly.org though I will let one of the other editors publish it after review as a sanity check. I think I corrected all my typos and HTML tags yet at least a second set of eyes is good idea.
#Got #GameOfTrees #MacPorts #VersionControl #OpenSource #Git
With so many posts popping up about “leaving GitHub” or discussing how poor the experience overall is with that platform, I will share my old post again on moving over to SourceHut :)
“Git Your Freedom Back: A Beginner’s Guide to SourceHut”
Ich hab auf den API-Link geklickt
Im Swagger erzeugter Token funktioniert nicht
und der erzeugte Token (ein anderer) unter User /Anwendungen funktioniert auch nicht
Beispiele im Internet hab ich nicht gefunden.
Bin angemeldet, Was mach ich falsch ?
#Followerpower
Game of Trees 0.124 released https://www.undeadly.org/cgi?action=article;sid=20260413125436 #openbsd #got #git #gameoftrees #development #gothub #versioncontrol #libresoftware #freesoftware
Game of Trees 0.123 released https://www.undeadly.org/cgi?action=article;sid=20260226054524 #openbsd #gameoftrees #got #git #gothub #development #programming #versioncontrol #sourcecontrol
Honestly, it'd be nice if git servers would be federated in some way with e.g. PRs, Issues, and ofc core functionality of committing... Implementing such stuff within only Forgejo itself would bring the servers and users closer together with self-hosted and the big codeberg (saying this as a self-hosted invite-only forgejo server user :>)
#forgejo #git #federation #activitypub
Game of Trees 0.122 released https://www.undeadly.org/cgi?action=article;sid=20260211061627 #openbsd #got #git #gameoftrees #versioncontrol #development #freesoftware #libresoftware
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...