You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

comparison.en-us.md 6.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. ---
  2. date: "2018-05-07T13:00:00+02:00"
  3. title: "Gitea compared to other Git hosting options"
  4. slug: "comparison"
  5. weight: 5
  6. toc: true
  7. draft: false
  8. menu:
  9. sidebar:
  10. parent: "features"
  11. name: "Comparison"
  12. weight: 5
  13. identifier: "comparison"
  14. ---
  15. # Gitea compared to other Git hosting options
  16. To help decide if Gitea is suited for your needs here is how it compares to other Git self hosted options.
  17. Be warned that we don't regularly check for feature changes in other products so this list can be outdated. If you find anything that needs to be updated in table below please report [issue on Github](https://github.com/go-gitea/gitea/issues).
  18. _Symbols used in table:_
  19. * _✓ - supported_
  20. * _⁄ - supported with limited functionality_
  21. * _✘ - unsupported_
  22. #### General Features
  23. | Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
  24. |---------|-------|------|-----------|-----------|-----------|-----------|--------------|
  25. | Open source and free | ✓ | ✓ | ✘| ✓ | ✘ | ✘ | ✓ |
  26. | Low resource usage (RAM/CPU) | ✓ | ✓ | ✘ | ✘ | ✘ | ✘ | ✘ |
  27. | Multiple database support | ✓ | ✓ | ✘ | ⁄ | ⁄ | ✓ | ✓ |
  28. | Multiple OS support | ✓ | ✓ | ✘ | ✘ | ✘ | ✘ | ✓ |
  29. | Easy upgrade process | ✓ | ✓ | ✘ | ✓ | ✓ | ✘ | ✓ |
  30. | Markdown support | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  31. | Static Git-powered pages | ✘ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  32. | Integrated Git-powered wiki | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ |
  33. | Deploy Tokens | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  34. | Repository Tokens with write rights | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✓ |
  35. | Built-in Container Registry | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  36. | External git mirroring | ✓ | ✓ | ✘ | ✘ | ✓ | ✓ | ✓ |
  37. | FIDO U2F (2FA) | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ |
  38. | Built-in CI/CD | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  39. | Subgroups: groups within groups | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✓ |
  40. #### Code management
  41. | Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
  42. |---------|-------|------|-----------|-----------|-----------|-----------|--------------|
  43. | Repository topics | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  44. | Repository code search | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  45. | Global code search | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  46. | Git LFS 2.0 | ✓ | ✘ | ✓ | ✓ | ✓ | ⁄ | ✓ |
  47. | Group Milestones | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  48. | Granular user roles (Code, Issues, Wiki etc) | ✓ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  49. | Verified Committer | ✘ | ✘ | ? | ✓ | ✓ | ✓ | ✘ |
  50. | GPG Signed Commits | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  51. | Reject unsigned commits | ✘ | ✘ | ✓ | ✓ | ✓ | ✘ | ✓ |
  52. | Repository Activity page | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  53. | Branch manager | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  54. | Create new branches | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  55. | Web code editor | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  56. | Commit graph | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  57. #### Issue Tracker
  58. | Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
  59. |---------|-------|------|-----------|-----------|-----------|-----------|--------------|
  60. | Issue tracker | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ |
  61. | Issue templates | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ | ✘ |
  62. | Labels | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ | ✘ |
  63. | Time tracking | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  64. | Multiple assignees for issues | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  65. | Related issues | ✘ | ✘ | ⁄ | ✘ | ✓ | ✘ | ✘ |
  66. | Confidential issues | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  67. | Comment reactions | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  68. | Lock Discussion | ✘ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  69. | Batch issue handling | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ |
  70. | Issue Boards | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  71. | Create new branches from issues | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  72. | Issue search | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ |
  73. | Global issue search | ✘ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ |
  74. #### Pull/Merge requests
  75. | Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
  76. |---------|-------|------|-----------|-----------|-----------|-----------|--------------|
  77. | Pull/Merge requests | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  78. | Squash merging | ✓ | ✘ | ✓ | ✘ | ✓ | ✓ | ✓ |
  79. | Rebase merging | ✓ | ✓ | ✓ | ✘ | ⁄ | ✘ | ✓ |
  80. | Pull/Merge request inline comments | ✘ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  81. | Pull/Merge request approval | ✘ | ✘ | ⁄ | ✓ | ✓ | ✓ | ✓ |
  82. | Merge conflict resolution | ✘ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ |
  83. | Restrict push and merge access to certain users | ✓ | ✘ | ✓ | ⁄ | ✓ | ✓ | ✓ |
  84. | Revert specific commits or a merge request | ✘ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ |
  85. | Pull/Merge requests templates | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ | ✘ |
  86. | Cherry-picking changes | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ |
  87. #### 3rd-party integrations
  88. | Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
  89. |---------|-------|------|-----------|-----------|-----------|-----------|--------------|
  90. | Webhook support | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  91. | Custom Git Hooks | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  92. | AD / LDAP integration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  93. | Multiple LDAP / AD server support | ✓ | ✓ | ✘ | ✘ | ✓ | ✓ | ✓ |
  94. | LDAP user synchronization | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |
  95. | OpenId Connect support | ✓ | ✘ | ✓ | ✓ | ✓ | ? | ✘ |
  96. | OAuth 2.0 integration (external authorization) | ✓ | ✘ | ⁄ | ✓ | ✓ | ? | ✓ |
  97. | Act as OAuth 2.0 provider | ✘ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ |
  98. | Two factor authentication (2FA) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ |
  99. | Mattermost/Slack integration | ✓ | ✓ | ⁄ | ✓ | ✓ | ⁄ | ✓ |
  100. | Discord integration | ✓ | ✓ | ✓ | ✘ | ✘ | ✘ | ✘ |
  101. | External CI/CD status display | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ |