What git binary I am using?

Posted by Kuroki Kaze on Server Fault See other posts from Server Fault or by Kuroki Kaze
Published on 2010-06-16T16:56:48Z Indexed on 2010/06/16 17:03 UTC
Read the original article Hit count: 249

Filed under:
|

I just installed git 1.6.0 from source, but strange thing now happening to me:

debian:~/git# git version
git version 1.5.6.5
debian:~/git# which git
/usr/local/bin/git
debian:~/git# /usr/local/bin/git version
git version 1.6.0

How can I make 1.6.0 binary default? System is Debian Lenny. Git installed with simple ./configure && make && make all.

© Server Fault or respective owner

Related posts about debian

Related posts about git