I have a home server which I host all of my Git projects on and I would like to navigate commits and such like GitHub. Are there any web interfaces out there?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See git instaweb for your own instant gitweb instance. Unfortunately, it doesn’t work on msysgit.
For a permanent installation, drop gitweb.cgi onto a webserver. Alternatives include cgit (my preference, extremely fast), gitalist. For a complete list, see the git wiki, but the ones I listed are the ones you would want to try.