From 8f31104a118e4acbbb810e93ef6f0ff81e3a10a0 Mon Sep 17 00:00:00 2001 From: s293543 Date: Wed, 13 Dec 2023 20:04:22 +0100 Subject: [PATCH] fix(Part1): solved issue-FAQ007 --- source/FAQ/Part1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/FAQ/Part1.md b/source/FAQ/Part1.md index 43b2c6a..8a0fdaa 100644 --- a/source/FAQ/Part1.md +++ b/source/FAQ/Part1.md @@ -21,6 +21,8 @@ What does the "git pull" command do in Git? ### FAQ007 What does "version control" mean in the context of software development? +Version control, also known as source control, is the practice of tracking and managing changes to software code + ### FAQ008 What type of VCS Git is?