Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.65 KB

code-collaboration-tools.md

File metadata and controls

40 lines (25 loc) · 1.65 KB

Code collaboration tools

Bitbucket

Pricing page

  • Free tier: unlimited public and private repositories for 5 users, 1GB storage/repository, 1GB file storage, 50 minutes build time/month
  • Pros: provide pull requests, issue tracking, code snippets and wiki, has a desktop app

Cloud9

Pricing page

  • Free tier: unlimited public workspace and 1 private workspace, 1 CPU, 512MB RAM & 2GB HDD per workspace
  • Pros: supports PHP, Node.js, Django, Ruby on Rails with MongoDB and MySQL database, can also choose basic Ubuntu installation
  • Limitations: only one private repository in the free version, workspaces go in hibernation if left unattended

GitHub

Pricing page

  • Free tier: unlimited public repositories, collaborators and organizations
  • Pros: provide issue tracking, code snippets (Gist), code reviews, wiki, organizations/team management, 3rd party integration and hooks, has a desktop app
  • Limitations: no private repository in the free version

GitLab

Product page

  • Free tier: unlimited public/private projects, unlimited private collaborators, unlimited global storage, 10GB storage/project
  • Pros: provide issue tracking, code snippets, wiki and webhooks, can be also self hosted by downloading GitLab Community Edition, provide also free continuous integration services for GitLab.com users (on shared runners, see GitLab CI)