From 568beb4e5d2740315edc6956a720ac43fbb51b29 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 11 Dec 2021 01:26:31 +0100 Subject: [PATCH] Add resources for git and version control systems --- .../100-basic-usage-of-git.md | 1 + .../content/104-version-control-systems/readme.md | 1 + .../content/105-repo-hosting-services/100-github.md | 2 +- .../content/105-repo-hosting-services/101-gitlab.md | 9 ++++++++- .../content/105-repo-hosting-services/102-bitbucket.md | 9 ++++++++- .../content/105-repo-hosting-services/readme.md | 9 ++++++++- pages/thanks.tsx | 8 ++++---- 7 files changed, 31 insertions(+), 8 deletions(-) diff --git a/content/roadmaps/100-frontend/content/104-version-control-systems/100-basic-usage-of-git.md b/content/roadmaps/100-frontend/content/104-version-control-systems/100-basic-usage-of-git.md index 4eb4c1955..dca611bbf 100644 --- a/content/roadmaps/100-frontend/content/104-version-control-systems/100-basic-usage-of-git.md +++ b/content/roadmaps/100-frontend/content/104-version-control-systems/100-basic-usage-of-git.md @@ -2,6 +2,7 @@ [Git](https://git-scm.com/) is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. +Free Content Version Control System Introduction Git & GitHub Crash Course For Beginners Learn Git in 20 Minutes diff --git a/content/roadmaps/100-frontend/content/104-version-control-systems/readme.md b/content/roadmaps/100-frontend/content/104-version-control-systems/readme.md index b688eb9a6..d9d2d2bf4 100644 --- a/content/roadmaps/100-frontend/content/104-version-control-systems/readme.md +++ b/content/roadmaps/100-frontend/content/104-version-control-systems/readme.md @@ -2,6 +2,7 @@ Version control systems allow you to track changes to your codebase/files over time. They allow you to go back to some previous version of the codebase without any issues. Also, they help in collaborating with people working on the same code – if you’ve ever collaborated with other people on a project, you might already know the frustration of copying and merging the changes from someone else into your codebase; version control systems allow you to get rid of this issue. +Free Content Version Control System Introduction Git & GitHub Crash Course For Beginners Learn Git in 20 Minutes diff --git a/content/roadmaps/100-frontend/content/105-repo-hosting-services/100-github.md b/content/roadmaps/100-frontend/content/105-repo-hosting-services/100-github.md index f6fee9d76..5fef2cf13 100644 --- a/content/roadmaps/100-frontend/content/105-repo-hosting-services/100-github.md +++ b/content/roadmaps/100-frontend/content/105-repo-hosting-services/100-github.md @@ -1,4 +1,4 @@ -# Github +# 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. diff --git a/content/roadmaps/100-frontend/content/105-repo-hosting-services/101-gitlab.md b/content/roadmaps/100-frontend/content/105-repo-hosting-services/101-gitlab.md index 70157a4e6..46ac31e11 100644 --- a/content/roadmaps/100-frontend/content/105-repo-hosting-services/101-gitlab.md +++ b/content/roadmaps/100-frontend/content/105-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/100-frontend/content/105-repo-hosting-services/102-bitbucket.md b/content/roadmaps/100-frontend/content/105-repo-hosting-services/102-bitbucket.md index 9c781a3b3..2ba118ef9 100644 --- a/content/roadmaps/100-frontend/content/105-repo-hosting-services/102-bitbucket.md +++ b/content/roadmaps/100-frontend/content/105-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/100-frontend/content/105-repo-hosting-services/readme.md b/content/roadmaps/100-frontend/content/105-repo-hosting-services/readme.md index ca921962f..a9357ef87 100644 --- a/content/roadmaps/100-frontend/content/105-repo-hosting-services/readme.md +++ b/content/roadmaps/100-frontend/content/105-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 diff --git a/pages/thanks.tsx b/pages/thanks.tsx index c8b267fb0..586269eb4 100644 --- a/pages/thanks.tsx +++ b/pages/thanks.tsx @@ -49,7 +49,7 @@ export default function Thanks() { Companies - - - - park.io