From 426938b80933cc59389eecae6431a9edf15383d7 Mon Sep 17 00:00:00 2001 From: Maiwand Atssar Date: Sat, 23 May 2026 21:21:27 +0430 Subject: [PATCH] add details to version control node of devrel roadmap --- .../content/version-control@x6KFf4akYuUYkNhrUwj1r.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/devrel/content/version-control@x6KFf4akYuUYkNhrUwj1r.md b/src/data/roadmaps/devrel/content/version-control@x6KFf4akYuUYkNhrUwj1r.md index efb76c207d8f..443d7daea840 100644 --- a/src/data/roadmaps/devrel/content/version-control@x6KFf4akYuUYkNhrUwj1r.md +++ b/src/data/roadmaps/devrel/content/version-control@x6KFf4akYuUYkNhrUwj1r.md @@ -1 +1,10 @@ -# Version Control \ No newline at end of file +# Version Control + +Version Control Systems (VCS) like Git track code changes and enable developer collaboration through modification history. Features include branching, merging, reverting, remote repositories, pull requests, and code reviews. Essential for modern software development productivity, quality, and teamwork. + +Visit the following resources to learn more: + +- [@roadmap@Visit Dedicated Git & GitHub Roadmap](https://roadmap.sh/git-github) +- [@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