Git
caution
This page is reserved for Linux users. Instructions for other operating system can be found in:
1. Open the terminal
2. Install Git
sudo apt install git
info
You need the super-privilege to install an application with apt
.
That's why you must type your password.
3. Check that Git is installed
git --version
It should print:
git version 2.25.1