-
Notifications
You must be signed in to change notification settings - Fork 0
MacOS‐specific
Luke Dinh edited this page Sep 28, 2023
·
3 revisions
Git should come preinstalled on MacOS. You can test this by running which git
on the command line which should output the path to your git binary. If for some reason Git isn't installed on your Mac machine, you can first install the Homebrew package manager below and then run brew install git
.
Install the Homebrew package manager.
- Environment Setup