DEV Community

Discussion on: People that don't use Github, what do you use and why?

Collapse
 
michael profile image
Michael Lee 🍕

For personal projects where I just want SCM and no integrations, I use AWS' CodeCommit. It's free up to 5 contributors.

For projects that are for clients where the source is closed, but need CD integration with services like Netlify, I'll use BitBucket.

For work, personal site and code that I share socially, it all goes to Github. Mostly for pull requests, social aspects and integrations.