I'm just curious, Where Git get installed (via DMG) on Mac OS X file system?
I'm just curious, Where Git get installed (via DMG) on Mac OS X file system?
you can simply use this command on a terminal to find out git on unix platforms (mac/linux) -
whereis git
This command should return something like - /usr/bin/git or any other location where git is installed
On Mojave
The binary is in
/usr/bin/git
The related scripts are here
/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git