November 2019
Beginner
436 pages
8h 52m
English
You can check whether you have Git installed by running the following command:
git --version
Typically, Git is not present on fresh installations of Ubuntu. To get it, run the following command:
sudo apt install -y git
Read now
Unlock full access