April 2017
Intermediate to advanced
470 pages
11h 12m
English
We have chosen Git to be our version control system. Let's go ahead and install the Git package on our development system.
Install Git:
$ sudo apt-get install git
Check the correctness of the Git installation:
$ git --version
Read now
Unlock full access