Dec 19, 2023
How to Configure Git Username and Email Address
The first thing you should do before starting to use Git on your system is to configure your Git username and email address. Git associates your identity with every commit you make.
Read more
Nov 23, 2023
How to Install Git on Ubuntu 22.04
In this guide, we will describe how to install and configure Git on Ubuntu 22.04. We will cover two methods: installing the package from the Ubuntu repositores and building Git from the source code.
Aug 10, 2021
How To Rename a Local and Remote Git Branch
You created a new branch, pushed the changes to the remote repository and realized that your branch name was incorrect. This guide explains how to rename local and remote Git branches.
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.
Feb 8, 2021
How to Change a Git Commit Message
Nov 13, 2020
How To Delete a Local and Remote Git Branch
Nov 6, 2020
How to Undo Last Git Commit
Aug 1, 2020
How to Install Gitea on CentOS 8
Jul 25, 2020
Ignoring Files and Directories in Git (.gitignore)
Jul 9, 2020