From 2bc70da16b71db07eff83024f3e7c9810a83aeeb Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves <104033825+haydenhargreaves@users.noreply.github.com> Date: Thu, 22 May 2025 17:57:05 -0700 Subject: [PATCH] Update Self Hosted Git Server: Step-by-Step Guide.md --- src/journal/Self Hosted Git Server: Step-by-Step Guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/journal/Self Hosted Git Server: Step-by-Step Guide.md b/src/journal/Self Hosted Git Server: Step-by-Step Guide.md index 0ec6c6a..047d721 100644 --- a/src/journal/Self Hosted Git Server: Step-by-Step Guide.md +++ b/src/journal/Self Hosted Git Server: Step-by-Step Guide.md @@ -12,8 +12,7 @@ Desc: Rolling your own version control is not as hard as it sounds. This step by ## Background -Version control is one the most powerful tools used by develops, and Git is the most widely adopted -"flavor" **version control system** (vsc). However, when it comes to hosting Git, everyone does it a +Version control is one of the most powerful tools used by developers, and Git is the most widely adopted **version control system** (vcs). However, when it comes to hosting Git, everyone does it a little differently. Most people use **[GitHub](https://github.com)** or even [GitLab](https://about.gitlab.com). Large companies typically host their own for an added layer of safety and security. That is exactly what this guide will cover, on a smaller scale of course!