From 82edda96ef68a4e4d0695fe1e056b609fdd83074 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 19 Mar 2026 16:57:18 -0400 Subject: hello, world --- projects/git/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/git/index.md (limited to 'projects/git') diff --git a/projects/git/index.md b/projects/git/index.md new file mode 100644 index 0000000..eb087b4 --- /dev/null +++ b/projects/git/index.md @@ -0,0 +1,18 @@ +\> [go back](/projects) + +# Git Hosting + +My server, on top of hosting this website, also hosts [a Git +server](https://git.iamcheeseman.net) with its massive 256GB storage. I don't +have HTTPS support set up just yet, but that's coming. That means you can't +clone my repos at the moment. + +## Why? + +Cause I wanna own my Git repos, silly. And it's cool to say I have a Git +server. + +## How? + +By following [this Git book](https://git-scm.com/book/en/v2). Chapter 4 is +where it describes the setup on a server. -- cgit v1.3-2-g0d8e