On Thu, Nov 4, 2010 at 5:10 PM, Gareth <[email protected]> wrote: > > I've installed git using 'apt-get install git' - and ran fine. However > - it doesnt seem to work. If I do a whereis git it returns nothing.
Wow, in all my years of using Unix and Linux I've never heard of whereis! Try "which git". FWIW, on my Ubuntu 10.10 system "whereis git" only returns the git.1 man page. -Brett. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
