I am new to GIT. I have seen people telling lot of advantages of GIT over SVN. One of the advantages is, GIT provides nice visualizations so that you are updated with whats going in repository. I recently did lot of hands-on on GIT using Eclipse and found it really nice. I was using public repositories hosted on GIT hub to get a good understanding.
I have got my own server wherein I have a private GIT repository. My question is how can I get same set of visualizations on my hosted box?
Any package that needs to be installed for accessing GIT via a browser?
Help will be appreciated. Thanks.