Install gitea in Linux
step-by-step guide to install and configure Gitea (a self-hosted Git service) on a Linux System 🧰 Prerequisites Make sure you…
step-by-step guide to install and configure Gitea (a self-hosted Git service) on a Linux System 🧰 Prerequisites Make sure you…
In Git, the “reflog” (short for reference log) is a built-in mechanism that keeps a record of all the changes…
In Git, aliases are custom shortcuts or abbreviations for Git commands and their options. Git aliases allow you to create…
Initialize git init . Create your first commit (step required): git commit --allow-empty -m "Initial commit" the default name is…