How do I uninstall git version 1.6.5.1 from Mac OS X 10.5.8?
if which git returns /usr/local/git/bin/git as jimmy pointed out,
which git
rm -rf /usr/local/git rm /etc/paths.d/git rm /etc/manpaths.d/git
should do the trick
source here