
How to Setup a Git Server
Setting up a Git Server allows you to create private repositories without the restrictions of the providers free plans. In this guide, we will explain how to set up a bare Git server on Linux.
Read more

How to Install Git on Debian 10 Linux
Git is the world's most popular distributed version control system used by many open-source and commercial projects. This tutorial explains how to install and configure Git on Debian 10, Buster.

How to Install and Configure Gogs on Ubuntu 18.04
Gogs is a self-hosted open-source git server written in Go. It includes a repository file editor, project issue tracking, and a built-in wiki. This tutorial covers the steps to install and configure Gogs on Ubuntu 18.04.

How to Install and Configure GitLab on CentOS 7
GitLab is a web-based open-source Git repository manager written in Ruby including wiki, issue management, code review, monitoring, and continuous integration and deployment. This tutorial covers the steps necessary for installing and configuring GitLab (CE) on a CentOS 7 system using the Omnibus packages.
How to Install and Configure GitLab on Ubuntu 18.04

How to Install Git on Debian 9
