diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/i-now-host-my-own-code.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/i-now-host-my-own-code.md b/content/i-now-host-my-own-code.md index 1eda1240..b139c447 100644 --- a/content/i-now-host-my-own-code.md +++ b/content/i-now-host-my-own-code.md @@ -5,7 +5,7 @@ date: 2023-01-08T16:08:51+01:00 draft: false tags: ["git", "self-host", "github", "gitlab", "gitea", "cgit", "stagit"] --- -tldr: you can can go to [https://git.sapka.me](git.sapka.me). +tldr: you can can go to [git.sapka.me](https://git.sapka.me). For years the first step towards every project was to create a GitHub repository. Rightfully so, as Github was the place for open source. They were years ahead of their competition when they launched. Heck, back then, git wasn't even the standard it is now. Time has changed. Microsoft bought them as another coy that would put them back in the minds of developers. @@ -29,4 +29,4 @@ You may also want to have a web interface. Three solutions are very often recomm [Stagit](https://codemadness.org/stagit.html), for all the ultra-neckbeards out there. It's used by [Suckless software](https://git.suckless.org/). CGit installation is also quite simple. Just follow the [guide](https://wiki.archlinux.org/title/cgit) on Arch Wiki. -I will migrate all my repositories to [https://git.sapka.me](git.sapka.me) and treat GitHub as another company-mandated account. +I will migrate all my repositories to [git.sapka.me](https://git.sapka.me) and treat GitHub as another company-mandated account. |