From c24115ec2ac2eeef01df4ea39713ad9809c79bcd Mon Sep 17 00:00:00 2001 From: Scott Martin Date: Wed, 18 Sep 2024 14:10:18 -0400 Subject: [PATCH] Update git.html --- _includes/install_instructions/git.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/_includes/install_instructions/git.html b/_includes/install_instructions/git.html index 9a4f2ac..c9aa469 100644 --- a/_includes/install_instructions/git.html +++ b/_includes/install_instructions/git.html @@ -40,21 +40,17 @@

Git

- Please open the Terminal app, type git --version and press - Enter/Return. If it's not installed already, - follow the instructions to Install the "command line - developer tools". Do not click "Get Xcode", because that will - take too long and is not necessary for our Git lesson. - After installing these tools, there won't be anything in your /Applications - folder, as they and Git are command line programs. + For macOS, install Git for Mac + by downloading and running the most recent "mavericks" installer from + this list. + Because this installer is not signed by the developer, you may have to + right click (control click) on the .pkg file, click Open, and click + Open on the pop up window. + After installing Git, there will not be anything in your /Applications folder, + as Git is a command line program. For older versions of OS X (10.5-10.8) use the most recent available installer labelled "snow-leopard" available here. - (Note: this project is no longer maintained.) - Because this installer is not signed by the developer, you may have to - right click (control click) on the .pkg file, click Open, and click - Open in the pop-up dialog. You can watch - a video tutorial about this case.

Video Tutorial