Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Git Installation

On Linux you use your package manger (apt-get, yum, etc…) or install from git-scm

  • yum install git-core
  • apt-get install git-core

On Microsoft Windows install Git from git-scm or Git for Windows. They are the same.

On MacOS use Homebrew or git-scm.

  • brew install git

  • In some systems you could also just type git in the Terminal and you’ll be offered to install git.