aboutsummaryrefslogtreecommitdiff
path: root/projects/git/index.md
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-19 16:57:18 -0400
committeriamcheeseman <[email protected]>2026-03-19 16:57:18 -0400
commit82edda96ef68a4e4d0695fe1e056b609fdd83074 (patch)
tree5eef077fdbd15f109f625a5fd455df0d5fc9e363 /projects/git/index.md
hello, world
Diffstat (limited to 'projects/git/index.md')
-rw-r--r--projects/git/index.md18
1 files changed, 18 insertions, 0 deletions
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.