May 2018
Intermediate to advanced
310 pages
6h 18m
English
The following are the steps to install Git on Debian and Ubuntu:
$ sudo apt-get update $ sudo apt-get install git
$ git -version
git version 2.9.2
$ git config --global user.name "Your Name" $ git config --global user.email "you@example.com"
Read now
Unlock full access