Files
davideisinger.com/content/journal/migrating-from-github-to-sourcehut/index.md
David Eisinger c6923c7d09 post progress
2024-11-04 09:32:50 -05:00

2.1 KiB

title, date, draft, references
title date draft references
Migrating from Github to Sourcehut 2024-10-31T16:05:04-04:00 false
title url date file
Switching to SourceHut Builds - Tim Hårek https://timharek.no/blog/switching-to-sourcehut-builds 2024-11-01T03:59:37Z timharek-no-becx2e.txt
title url date file
Cryptocurrency is an abject disaster https://drewdevault.com/2021/04/26/Cryptocurrency-is-a-disaster.html 2024-10-31T20:10:12Z drewdevault-com-yuxzdw.txt

I've moved this site's repository from GitHub to SourceHut, an alternative, open-source Git host. Why? For a few reasons ...

Why?

  • GH/MS kind of lame
    • Sales people
  • AI
  • Git is decentralized/open source; GitHub is centralized/closed source
  • I like and follow DD (maybe not)
  • Tim Harek uses it
  • I'm still a happy enough GitHub user at work, but this is my place where I can be as fussy as I my heart desires.

Stuff to know

Adding a new remote is as simple as

git remote rename origin github
git remote add origin git@git.sr.ht:~dce/davideisinger.com
git push origin main

But switching from GitHub Actions to SourceHut Builds took some doing.