
May 7, 2021
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.
Read more

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

Aug 1, 2020
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.

Apr 29, 2020
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.
Feb 16, 2020
How to Configure Git Username and Email Address

Feb 7, 2020
How to Remove a Git Remote

Jan 10, 2020
How to Install Git on Raspberry Pi

Jan 4, 2020
How to Install Gitea on Ubuntu 18.04

Oct 29, 2019
How to Change a Git Remote's URL

Oct 21, 2019
Ignoring Files and Directories in Git (.gitignore)
