From 63c358d5d7c3bbf0e667c3d5a8f273939383bdbf Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Sat, 22 Jan 2022 04:28:06 -0500 Subject: [PATCH] Add content for Repo Hosting Services (#1029) Add description and resources for repo hosting services --- .../content/105-repo-hosting-services/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/105-repo-hosting-services/readme.md b/content/roadmaps/101-backend/content/105-repo-hosting-services/readme.md index ca921962f..574869a99 100644 --- a/content/roadmaps/101-backend/content/105-repo-hosting-services/readme.md +++ b/content/roadmaps/101-backend/content/105-repo-hosting-services/readme.md @@ -1 +1,9 @@ -# Repo hosting services \ No newline at end of file +# 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. + +Free Content +GitHub +GitLab +BitBucket +How to choose the best source code repository