diff --git a/posts/2020-08-28-regarding-git-hosting.md b/posts/2020-08-28-regarding-git-hosting.md index 0e12f9f..443958a 100644 --- a/posts/2020-08-28-regarding-git-hosting.md +++ b/posts/2020-08-28-regarding-git-hosting.md @@ -32,7 +32,7 @@ from the Pro Git book. It will explain how to set up a more limited "git" user f SSH, use the git daemon, rig up git-http-backend on your webserver, and even use GitWeb to show a web UI. It's not much harder the simple setup above. -There are also other projects which can compliment git hosting. If GitWeb isn't +There are also other projects which can complement git hosting. If GitWeb isn't fancy enough, there is also [cgit](https://git.zx2c4.com/cgit/). Issue tracking can be handled with [Trac](https://trac.edgewall.org/), and [e-mail](https://git-send-email.io/) can be used to accept patches. At that