Difference between Stash and Gerrit - lifuzu/cafe GitHub Wiki

  |Code Review           |User Group Management|Authentication

------|----------------------|--------------|-------------- Gerrit|Shared Repository Mode|Local database,LDAP Directory|Local database, Crowd, LDAP Directory Stash |Pull Request (like github)|Local database, JIRA, Crowd, LDAP Directory|Local database, JIRA, Crowd, LDAP Directory

NOTE:

  1. LDAP Directory include: Microsoft Active Directory, OpenLDAP, etc.
  2. JIRA has many limitations to provide user/group management for custom application: https://confluence.atlassian.com/display/JIRA/User+Management+Limitations+and+Recommendations;
  3. Pull Request workflow: https://www.openshift.com/wiki/github-workflow-for-submitting-pull-requests and http://nvie.com/posts/a-successful-git-branching-model/