Skip to content
Snippets Groups Projects
Forked from R3 / school / courses
749 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Installation of git

macOS

Install Xcode Command Line Tools

Windows

Install Git Bash:
https://git-scm.com/download/win

Linux (Ubuntu)

$ sudo apt-get install git-all

How to get started?

macOS

Start the Terminal or iTerm.

Windows

Start GUI Bash.

Linux (Ubuntu)

Start the Terminal or Terminator.

Is git properly installed?

$ git --version
# git version 2.10.0