From f1f49c2764798759b6ee1c93807705c00575f46d Mon Sep 17 00:00:00 2001 From: Antonio Marceddu Date: Wed, 13 Dec 2023 19:39:17 +0100 Subject: [PATCH] fix(Part1): solved FAQ002 --- source/FAQ/Part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/FAQ/Part1.md b/source/FAQ/Part1.md index 43b2c6a..6d49f02 100644 --- a/source/FAQ/Part1.md +++ b/source/FAQ/Part1.md @@ -4,7 +4,7 @@ What is a repository in Git? ### FAQ002 -What Git command is used to clone an existing repository? +What Git command is used to clone an existing repository? clone ### FAQ003 What does the term "commit" mean in Git?