Git

Summary

TBD.

Installation

I explain the installation of git for each platform.

In the macOS, you can install git by the following methods:

  • Xcode (/usr/bin/git will also be installed. )
  • Homebrew (/usr/local/bin/git)
  • MacPorts

Xcode

TBD.

Homebrew

brew install git

MacPorts

TBD.