Docker Mastery

Build Apps That Deploy Anywhere

Action Required: Install Git

macOS:

Git is usually pre-installed on macOS.

To verify, open Terminal and run:

git --version

If Git is not installed, use Homebrew:

  1. Install Homebrew by running:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Once Homebrew is installed, run:
brew install git

Windows:

  1. Download the Git installer from the official website: https://git-scm.com/download/win

  2. Run the installer and follow the steps (keep clicking next).

  3. After installation, open Command Prompt and run:

git --version