开发者

Is there any Git web interfaces for locally hosted git projects?

开发者 https://www.devze.com 2023-03-06 18:01 出处:网络
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 interfac开发者_StackOverflow中文版es out there?See git instaweb

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 interfac开发者_StackOverflow中文版es out there?


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.


you can get github firewall install to host your git repos. Or you could use gitorious

0

精彩评论

暂无评论...
验证码 换一张
取 消