I've installed git on Ubuntu server under apache using WebDav. Now when I access the web over 127.0.0.1/myproject.git, I see directories and files of git i.e. branches, config, descrption, info, ref etc.
I've installed git-core and gitweb, but still I'm not able to see code that is committed on web and neither I'm able to see there revisions. What do I need to do so that I can see all these files of the code and can navigate through them as well as see latest commits.