🍎Installing Git on MacOS
Git Installation Guide
Installing Git on macOS
Using Homebrew:
Open the Terminal.
Install Homebrew by running:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Once Homebrew is installed, you can install Git by running:
brew install git
Using Standalone Installer:
Download the latest Git installer package from Git SCM for Mac.
Open the downloaded
.dmg
file and follow the on-screen instructions to install Git.
Last updated