From 3c1c9416d6697d5d1b489fe912165f8c2fca8011 Mon Sep 17 00:00:00 2001 From: Maiwand Atssar Date: Thu, 11 Jun 2026 20:24:59 +0430 Subject: [PATCH 1/2] modify devops roadmap resources in version control system node --- .../version-control-systems@LvhFmlxz5uIy7k_nzx2Bv.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/data/roadmaps/devops/content/version-control-systems@LvhFmlxz5uIy7k_nzx2Bv.md b/src/data/roadmaps/devops/content/version-control-systems@LvhFmlxz5uIy7k_nzx2Bv.md index a31fdd2d6d4e..4efb01a37ff6 100644 --- a/src/data/roadmaps/devops/content/version-control-systems@LvhFmlxz5uIy7k_nzx2Bv.md +++ b/src/data/roadmaps/devops/content/version-control-systems@LvhFmlxz5uIy7k_nzx2Bv.md @@ -5,8 +5,7 @@ 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@Version Control System (VCS)](https://www.youtube.com/watch?v=SVkuliabq4g) +- [@video@What is a Version Control System and why you should always use it](https://www.youtube.com/watch?v=IeXhYROClZk) +- [@course@Why version control? (Interactive Lesson)](https://inter-git.com/lessons/introduction) \ No newline at end of file From f3450dc2257aa0a95dd501f5c54fd1e7bb29307c Mon Sep 17 00:00:00 2001 From: Maiwand Atssar Date: Thu, 11 Jun 2026 20:26:40 +0430 Subject: [PATCH 2/2] add resource link to devops roadmap git node --- .../roadmaps/devops/content/git@uyDm1SpOQdpHjq9zBAdck.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/devops/content/git@uyDm1SpOQdpHjq9zBAdck.md b/src/data/roadmaps/devops/content/git@uyDm1SpOQdpHjq9zBAdck.md index 55dded7e7247..87e300d52df6 100644 --- a/src/data/roadmaps/devops/content/git@uyDm1SpOQdpHjq9zBAdck.md +++ b/src/data/roadmaps/devops/content/git@uyDm1SpOQdpHjq9zBAdck.md @@ -5,5 +5,6 @@ Git is a distributed version control system that tracks changes in source code d Visit the following resources to learn more: - [@roadmap@Visit Dedicated Git & GitHub Roadmap](https://roadmap.sh/git-github) -- [@course@Git by Example - Learn Version Control with Bite-sized Lessons](https://antonz.org/git-by-example/) -- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY) \ No newline at end of file +- [@article@Git by Example - Learn Version Control with Bite-sized Lessons](https://antonz.org/git-by-example/) +- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY) +- [@course@Why use Git? (Interactive Lesson)](https://inter-git.com/lessons/introduction) \ No newline at end of file