I'm switching to GIT after 10 years of SVN experience, i'm looking for something to browse trough the repository like i was doing with SVN through the browser (httpd) or with tools like Tortoise.
I know that because GIT is a distributed repository, probably this is less crucial need, but by my prospective it is.
I would like to avoid the httpd option cause it forces me to do some changes/configs to the GIT server which i would like to avoid.
I'm trying to find a solution with very low impacts, any suggestions?
There are some duplicates of this question:
But I'm not looking for a git feature which I know is not there, but for a external tool that allow me to do something like this.
Obviously i'm talking about my company repositories and not public, so solution like git hub/git lab would not be an option.
Thanks