Domanda

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

È stato utile?

Soluzione

[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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top