Website Framework
Documentation Home
  • Welcome
  • Getting started
    • Quick start guide
    • For newer developers
  • Contributing & publishing
    • Making a change
    • Contributing (Pull Requests)
    • Publishing
  • Examples & use cases
    • Examples
    • Use cases
  • development environment
    • Code editor
    • Docker & docker compose
    • Git client
  • Additional Resources
    • Tools & utilities
    • Troubleshooting & FAQ
Powered by GitBook
On this page
  • MacOS
  • GitHub Desktop
  • Git CLI
  1. development environment

Git client

This guide provides detailed instructions and optimal configuration settings for installing GitHub Desktop on MacOS.

PreviousDocker & docker composeNextTools & utilities

Last updated 4 years ago

MacOS

GitHub Desktop

To download GitHub Desktop, visit the and download the installation utility for your platform. For detailed installation and usage guides, check out the GitHub Docs .

Git CLI

Tip: If using the GitHub Desktop application, you don't need to install the Git CLI!

The Git CLI is automatically installed on MacOS, but you will need to install the XCode utility suite in order to use it.

xcode-select -install

Alternatively to replace the Git CLI on MacOS, use the homebrew package manager:

# 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 git

project page
here