The Docker and Kubernetes courses have been moved to Udemy. If you purchased them here, you have been sent an email (subject: "Course Access") with free access links. If you don't see the email, contact me directly at [email protected] to regain access.

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