Git client
This guide provides detailed instructions and optimal configuration settings for installing GitHub Desktop on MacOS.
MacOS
GitHub Desktop
Git CLI
xcode-select -install# install homebrew, if not already installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# install the git CLI
brew install gitLast updated