Update Self Hosted Git Server: Step-by-Step Guide.md

This commit is contained in:
Hayden Hargreaves 2025-05-22 17:57:05 -07:00 committed by GitHub
parent 300453edb5
commit 2bc70da16b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,7 @@ Desc: Rolling your own version control is not as hard as it sounds. This step by
## Background ## Background
Version control is one the most powerful tools used by develops, and Git is the most widely adopted 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
"flavor" **version control system** (vsc). 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 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 own for an added layer of safety and security. That is exactly what this guide will cover, on a smaller
scale of course! scale of course!