Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Locate Git installation folder on Mac OS X

Tags:

git

macos

I'm just curious, Where Git get installed (via DMG) on Mac OS X file system?

like image 445
Chiron Avatar asked Sep 02 '10 04:09

Chiron


People also ask

Where is git installation folder?

The default path is “C:\Program Files\Git“. If you want the software installed in a different location click Browse and specify a different folder. Click Next when ready to proceed.

How do I know if git is installed on Mac?

Install Git on MacOpen the command prompt "terminal" and type git version to verify Git was installed.

What version of git is installed on my Mac?

Check your version of Git You can check your current version of Git by running the git --version command in a terminal (Linux, macOS) or command prompt (Windows).


1 Answers

Is it in your PATH? If so just run which git in the terminal and it will tell you.

like image 53
scottd Avatar answered Oct 22 '22 05:10

scottd