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

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
The first thing you should do after installing Git on your system is to configure your git username and email address. Git associate your identity with every commit you make.
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)
Oct 9, 2019