From bdf0e5e581d5c813414000e215f642c1645ade16 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sat, 17 Sep 2022 13:59:22 +0000 Subject: [PATCH] Resources added for Version Control System (#1776) --- content/roadmaps/113-qa/content/108-qa-vcs/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/108-qa-vcs/readme.md b/content/roadmaps/113-qa/content/108-qa-vcs/readme.md index 3350c5de3..975e6e9b1 100644 --- a/content/roadmaps/113-qa/content/108-qa-vcs/readme.md +++ b/content/roadmaps/113-qa/content/108-qa-vcs/readme.md @@ -1 +1,9 @@ -# Qa vcs \ No newline at end of file +# Version Control Systems + +Version control/source control systems allow developers to track and control changes to code over time. These services often include the ability to make atomic revisions to code, branch/fork off of specific points, and to compare versions of code. They are useful in determining the who, what, when, and why code changes were made. + + +Free Content +Git +Mercurial +What is Version Control?