From fee39a79c64992b92f6b011910e9eb940033eea1 Mon Sep 17 00:00:00 2001 From: Maiwand Atssar Date: Thu, 7 May 2026 17:11:24 +0430 Subject: [PATCH 1/2] modify backend-beginner roadmap resources of git node --- .../backend-beginner/content/git@_I1E__wCIVrhjMk6IMieE.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/data/roadmaps/backend-beginner/content/git@_I1E__wCIVrhjMk6IMieE.md b/src/data/roadmaps/backend-beginner/content/git@_I1E__wCIVrhjMk6IMieE.md index 85bfee528fd2..fdae189f28dd 100644 --- a/src/data/roadmaps/backend-beginner/content/git@_I1E__wCIVrhjMk6IMieE.md +++ b/src/data/roadmaps/backend-beginner/content/git@_I1E__wCIVrhjMk6IMieE.md @@ -5,8 +5,6 @@ Git is a distributed version control system used to track changes in source code Visit the following resources to learn more: - [@roadmap@Visit Dedicated Git & GitHub Roadmap](https://roadmap.sh/git-github) -- [@article@Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git) -- [@article@Getting Started with Git and GitHub: A Complete Tutorial for Beginner](https://towardsdatascience.com/learn-basic-git-commands-for-your-data-science-works-2a75396d530d/?utm_source=roadmap&utm_medium=Referral&utm_campaign=TDS+roadmap+integration) -- [@article@Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet) -- [@feed@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc) -- [@feed@Explore top posts about Git](https://app.daily.dev/tags/git?ref=roadmapsh) \ No newline at end of file +- [@article@Tutorial: Git for Absolutely Everyone](https://thenewstack.io/tutorial-git-for-absolutely-everyone/) +- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc) +- [@course@Why use Git? (Interactive Lesson)](https://inter-git.com/lessons/introduction) \ No newline at end of file From 7631499c8a3af14b6d1235a36b22e202735b7abd Mon Sep 17 00:00:00 2001 From: Maiwand Atssar Date: Thu, 7 May 2026 17:13:37 +0430 Subject: [PATCH 2/2] modify backend-beginner roadmap resources of version control node --- .../version-control-systems@ezdqQW9wTUw93F6kjOzku.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/data/roadmaps/backend-beginner/content/version-control-systems@ezdqQW9wTUw93F6kjOzku.md b/src/data/roadmaps/backend-beginner/content/version-control-systems@ezdqQW9wTUw93F6kjOzku.md index a31fdd2d6d4e..fd38fb6c956f 100644 --- a/src/data/roadmaps/backend-beginner/content/version-control-systems@ezdqQW9wTUw93F6kjOzku.md +++ b/src/data/roadmaps/backend-beginner/content/version-control-systems@ezdqQW9wTUw93F6kjOzku.md @@ -5,8 +5,6 @@ Version control systems (VCS) are tools that track changes to code and files ove Visit the following resources to learn more: - [@roadmap@Visit Dedicated Git & GitHub Roadmap](https://roadmap.sh/git-github) -- [@official@Git](https://git-scm.com/) -- [@official@Mercurial](https://www.mercurial-scm.org/) -- [@official@Subversion](https://subversion.apache.org/) -- [@article@What is Version Control?](https://www.atlassian.com/git/tutorials/what-is-version-control) -- [@video@Version Control System (VCS)](https://www.youtube.com/watch?v=SVkuliabq4g) \ No newline at end of file +- [@video@What is a Version Control System and why you should always use it](https://www.youtube.com/watch?v=IeXhYROClZk) +- [@article@What is version control?](https://www.atlassian.com/git/tutorials/what-is-version-control) +- [@course@Why version control? (Interactive Lesson)](https://inter-git.com/lessons/introduction) \ No newline at end of file