From fc403684e64a92c942ec59e391b5ce827de74a28 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 13 Aug 2022 18:27:37 +0400 Subject: [PATCH] Add repo hosting services content --- .../content/104-repo-hosting-services/100-github.md | 12 +++++++++++- .../content/104-repo-hosting-services/101-gitlab.md | 9 ++++++++- .../104-repo-hosting-services/102-bitbucket.md | 9 ++++++++- .../content/104-repo-hosting-services/readme.md | 9 ++++++++- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md b/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md index 1d347d3e4..5fef2cf13 100644 --- a/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md +++ b/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md @@ -1 +1,11 @@ -# Github \ No newline at end of file +# GitHub + +[GitHub](https://github.com) is a provider of internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features. + +Free Content + +GitHub: Quickstart +What is GitHub? +Git vs. GitHub: What's the difference? +Git and GitHub for Beginners +Git and GitHub - CS50 Beyond 2019 diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md b/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md index 70157a4e6..46ac31e11 100644 --- a/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md +++ b/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md @@ -1 +1,8 @@ -# Gitlab \ No newline at end of file +# GitLab + +[GitLab](https://gitlab.com) is a provider of internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features. + +Free Content + +GitLab Website +GitLab Documentation diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md b/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md index 9c781a3b3..2ba118ef9 100644 --- a/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md +++ b/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md @@ -1 +1,8 @@ -# Bitbucket \ No newline at end of file +# BitBucket + +[BitBucket](https://bitbucket.com) is a provider of internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features. + +Free Content + +BitBucket Website +How to use BitBucket? diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md b/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md index ca921962f..a9357ef87 100644 --- a/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md +++ b/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md @@ -1 +1,8 @@ -# Repo hosting services \ No newline at end of file +# Repo Hosting Services + +There are different repository hosting services with the most famous one being GitHub, GitLab and BitBucket. I would recommend creating an account on GitHub because that is where most of the OpenSource work is done and most of the developers are. + +Services Links +GitHub: Where the world builds software +GitLab: Iterate faster, innovate together +BitBucket: The Git solution for professional teams