Git
Git installation, configuration, branching workflows, and common commands.
How to Install Git on Ubuntu 22.04
Learn how to install and configure Git on Ubuntu 22.04 using apt, the Git PPA, or by compiling from source.

How to Install Gitea on Ubuntu 20.04
Gitea is is a fast and easy to use self-hosted git server written in Go. This article explains how to install and configure Gitea on Ubuntu 20.04.

How to Undo Last Git Commit
In Git you can undo changes using the git reset command followed by the commit identifier.

How to Install Gitea on CentOS 8
This article shows you how to install and configure Gitea on CentOS 8. Gitea is a self-hosted open-source git server written in Go.

How to Install Git on Ubuntu 20.04
This guide describes how to install and configure Git on Ubuntu 20.04. Git is the world's most popular distributed version control system used by many open-source and commercial projects.

How to Install Gitea on Ubuntu 18.04
This tutorial explains how to install and configure Gitea on Ubuntu 18.04. Gitea is a self-hosted open-source git server written in Go.

How To Add a Git Remote
Git remotes are pointers to the versions of the repository that are typically stored on other servers. This guide explains how to add a new Git remote.

How to Install Git on CentOS 7
Git is the most popular version control system that's being used by hundreds of thousands of projects. This tutorial will walk you through the installation and basic configuration of Git on CentOS 7.

How to Install Git on Ubuntu 18.04
This tutorial will guide you through the steps required to install Git on Ubuntu 18.04. Git is a de-facto standard for a distributed version control system and is used by majority of developers nowadays.

How to Install Git on CentOS 8
This tutorial explains how to install Git on CentOS 8. Git is a distributed version-control system that’s being used by most software teams today.

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.

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
This tutorial covers the steps necessary for installing and configuring GitLab on an Ubuntu 18.04 system. 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.

How to Install Git on Debian 9
This tutorial will show you how to install and configure Git on Debian 9. Git is the world's most popular distributed version control system used by many open-source and commercial projects.
