Skip to content

Instantly share code, notes, and snippets.

@DCRichards
DCRichards / git-setup.md
Last active July 5, 2022 22:35
Git setup

Git installation

In order to use Git, you need to make sure it's available on your platform. Follow the instructions below to make sure you're set up.

Mac

Luckily, Git comes with Mac by default, but you might need to enable it.

  1. Open your terminal. If you've never done this before you can find it in Applications > Utilities > Terminal.
  2. Type git --version and press enter.