If you can use the git command it should be in your path? thus this should work assuming Linux or Linux like os
which git
else also assuming Linux like os
cd /
find . -name "*git*"
If on windows, the default path is C:\Program Files (x86)\Git. The name of the executable is not git.exe for all systems.
Check out this Git Tutorial to know more.