🍎Installing Git on MacOS

Git Installation Guide

Installing Git on macOS

Using Homebrew:

  1. Open the Terminal.

  2. Install Homebrew by running:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Once Homebrew is installed, you can install Git by running:

    brew install git

Using Standalone Installer:

  1. Download the latest Git installer package from Git SCM for Mac.

  2. Open the downloaded .dmg file and follow the on-screen instructions to install Git.

Last updated