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.

On macOS (was Mac OSX) use Homebrew or git-scm.

  • brew install git

  • You could also just type git in the Terminal and you'll be offered to install git.