From f7738262eff15136e58eec746006651e69dfbd16 Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Sat, 22 Jan 2022 04:28:41 -0500 Subject: [PATCH] Add content for Version Control Systems (#1028) Add a description and resources for version control systems --- .../content/104-version-control-systems/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md index 5e0249474..975e6e9b1 100644 --- a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md +++ b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md @@ -1 +1,9 @@ -# Version control systems \ 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?