January 2018
Intermediate to advanced
414 pages
10h 29m
English
We will get Git installed on our system in order to execute the examples later on, as we will use it to publish our code in GitHub. If you have a Windows system, we recommend you download Git for Windows from their website https://git-scm.com/download/win and complete the default installation. Mac already ships with a Git client provided by Apple, however, we recommend you download and use the Git Mac client from their website https://git-scm.com/download/mac and complete the default installation.
Now that we have Git installed, we can verify the installation by opening a command line and executing:
git --version
In Windows, you may need to execute the program Git Bash, available on the Programs Menu, to perform Git commands, ...
Read now
Unlock full access