Sale price  €0,00 Regular price  €1.000,00
What it is Distributed version control system.
What it does Tracks code changes, enables collaboration/branching.
Official website https://git-scm.com/
Prerequisites Homebrew
Installation

Run:

brew install git

Run:

git --version

  • Should show e.g., "git version 2.43.0".
  • Restart Terminal if needed.
Keep up to date

Run:

brew upgrade git

You may also like