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