Fix GIT command not found terminal mountain lion os x in 5 seconds
Seen various fixes to this problem but this is the ultimate 5 second quick fix.
open your ~/.bash_profile, if you use textmate it would be:
sudo mate ~/.bash_profile
add this line to the file:
export PATH=$PATH:/usr/local/git/bin/
Save & close the file and type on the terminal:
source ~/.bash_profile