문제

I have used Atlassian stash for git repository management. I want to know is there any open-source git manager which could fulfill the following needs:

  1. Browsing the code base?
  2. Code reviews with pull request ?

Thanks

~Sohil

도움이 되었습니까?

해결책

[Update]
While I haven't used it yet GitLab is looking promising. I believe that gitorious was bought out by GitLab. The free version is still missing things like LDAP support.

[Original]
gitorious + gerrit
or
gitolite + gerrit + git-web

If you're in the enterprise world - the open source options are lacking unless you have a dedicated scm manager or a small team. gitolite is very powerful, but doing things like managing users can be difficult.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top