Skip to main content

Git

How To Set Up a Private Git Server on a VPS
Tutorials Git
Introduction> Introduction # This tutorial will show you how to set up a fully fledged Git server using SSH keys for authentication. It will not have a web interface, this will just cover getting Git installed and your access to it set up.
How To Install Git on a CentOS 6.4 VPS
Tutorials CentOS Git
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Use the GitLab User Interface To Manage Projects
Tutorials Git
Introduction> Introduction # GitLab is a great way to manage git repositories on a centralized server. While solutions like GitHub are a great option for many projects, they do not fit every team’s needs.
How To Install Git on Ubuntu 16.04
Tutorials Git Ubuntu 16.04
Introduction> Introduction # An indispensable tool in modern software development is some kind of version control system. Version control systems allow you to keep track of your software at the source level.