From 38de1bddae81265f1ca74c0eea80aefc8e4d9e1e Mon Sep 17 00:00:00 2001 From: JadSark Date: Thu, 14 Dec 2023 16:24:40 +0100 Subject: [PATCH] answered FAQ006 --- source/FAQ/Part1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/FAQ/Part1.md b/source/FAQ/Part1.md index 6fbadce..0816f03 100644 --- a/source/FAQ/Part1.md +++ b/source/FAQ/Part1.md @@ -22,6 +22,7 @@ git checkout -b "branch name" ### FAQ006 What does the "git pull" command do in Git? +the git pull command puts the fetched files from the remote repository in the working directory ### FAQ007 What does "version control" mean in the context of software development?