From 418bd944df5070b5d5f60845a457936966c2fe80 Mon Sep 17 00:00:00 2001 From: aleescar Date: Wed, 13 Dec 2023 20:05:07 +0100 Subject: [PATCH] add(Part1): answered FAQ003 --- source/FAQ/Part1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/FAQ/Part1.md b/source/FAQ/Part1.md index 43b2c6a..4749b82 100644 --- a/source/FAQ/Part1.md +++ b/source/FAQ/Part1.md @@ -8,6 +8,7 @@ What Git command is used to clone an existing repository? ### FAQ003 What does the term "commit" mean in Git? +The term "commit" in Git means to capture a snapshot of the project's currently staged changes. ### FAQ004 What is the role of the "git push" command in Git?