On Wed, 31 May 2006, Paolo Ciarrocchi wrote:
quoted
git describe
paolo@Italia:~/git$ git describe
v1.3.3-g2186d56
Ok.
quoted
./git --version
paolo@Italia:~/git$ ./git --version
git version 1.3.3.g2186
Doh..
Ok, that's also good.
quoted
which git
paolo@Italia:~/git$ which git
/home/paolo/bin/git
I think I know what's up.
Your "sudo" made "$HOME" be /root. So by doing "sudo make install", you
installed the git in _roots_ ~/bin, ie /root/bin/.
Linus