From 0b92ce8e16ec7ad5b851807aeb2375ff199c2f32 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 26 May 2025 15:07:30 +0100 Subject: [PATCH] Shorten the text --- .../frontend/content/vcs-hosting@MXnFhZlNB1zTsBFDyni9H.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/frontend/content/vcs-hosting@MXnFhZlNB1zTsBFDyni9H.md b/src/data/roadmaps/frontend/content/vcs-hosting@MXnFhZlNB1zTsBFDyni9H.md index 3c535456a..6ac9742cb 100644 --- a/src/data/roadmaps/frontend/content/vcs-hosting@MXnFhZlNB1zTsBFDyni9H.md +++ b/src/data/roadmaps/frontend/content/vcs-hosting@MXnFhZlNB1zTsBFDyni9H.md @@ -1,6 +1,6 @@ # Repo Hosting Services -Repo hosting services provide platforms for storing, managing, and collaborating on software projects using version control systems, primarily Git. These services offer features like issue tracking, pull requests, code review tools, wikis, and continuous integration/continuous deployment (CI/CD) pipelines. Popular platforms include GitHub, GitLab, Bitbucket, and SourceForge, each with unique offerings. GitHub, owned by Microsoft, is the largest and most widely used, known for its open-source community. GitLab offers a complete DevOps platform with built-in CI/CD. Bitbucket, part of Atlassian's suite, integrates well with other Atlassian tools. These services facilitate team collaboration, code sharing, and project management, making them integral to modern software development workflows. They also often provide features like access control, branch protection, and integration with various development tools, enhancing the overall development process. +Repo hosting services are platforms that allow you to store, manage, and collaborate on software projects using version control systems, primarily Git. Some common examples are GitHub, GitLab, and Bitbucket. Visit the following resources to learn more: