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?