
Oct 9, 2019
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.
Read more

Oct 3, 2019
How to Change a Git Commit Message
This guide explains how to change the message of the most recent or older Git commits.

Sep 30, 2019
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.

Aug 18, 2019
How to Remove Untracked Files in Git
This article explains how to remove untracked files in Git. Tracked files are the ones that have been added and committed and git knows about.
Aug 2, 2019
How to Install Git on Debian 10 Linux

Jul 22, 2019
How to Create and List Local and Remote Git Branches

Jun 6, 2019
How To Add a Git Remote

Apr 25, 2019
How to Install and Configure Gogs on Ubuntu 18.04

Jan 26, 2019
How To Delete a Local and Remote Git Branch

Dec 22, 2018
How To Rename a Local and Remote Git Branch
