mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-01 04:59:43 +08:00
274082fd77
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
736 B
736 B
Version Control Hosting Services
When working on a team, you often need a remote place to put your code so others can access it, create their own branches, and create or review pull requests. This remote place is called a repository, and these services often include issue tracking, code review, and continuous integration features. A few popular choices are GitHub, GitLab, Bitbucket, and AWS CodeCommit.
Visit the following resources to learn more: