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