Add content for Repo Hosting Services (#1029)

Add description and resources for repo hosting services
pull/1657/head
Kyle Thorpe 3 years ago committed by GitHub
parent 424b4974d7
commit 63c358d5d7
  1. 10
      content/roadmaps/101-backend/content/105-repo-hosting-services/readme.md

@ -1 +1,9 @@
# Repo hosting services
# Repo 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. These services often include issue tracking, code review, and continuous integration features. A few popular choices are GitHub, GitLab, BitBucket, and AWS CodeCommit.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://github.com/features/'>GitHub</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://about.gitlab.com/'>GitLab</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://bitbucket.org/product/guides/getting-started/overview'>BitBucket</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://bitbucket.org/product/code-repository'>How to choose the best source code repository</BadgeLink>

Loading…
Cancel
Save