Git
Git installation, configuration, branching workflows, and common commands.
How to Change a Git Remote's URL
Change a Git remote URL with git remote set-url, switch between HTTPS and SSH, set separate push and fetch URLs, and verify the change.

How to Remove Untracked Files in Git
Step-by-step guide to removing untracked files and directories in Git using git clean, with dry run, interactive mode, and ignored file cleanup.

How to Remove a Git Remote
Remove a Git remote with git remote rm, verify the change, and understand what happens to tracking branches and the .git/config file.

How to Install Git on Ubuntu 24.04
Learn how to install and configure Git on Ubuntu 24.04 using apt, the Git PPA, or by compiling from source.

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 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 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 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.
