From 2c85a0c9a30a692e6178c55856b3a88500f0a368 Mon Sep 17 00:00:00 2001 From: khuzaimah358 Date: Tue, 14 Oct 2025 23:00:22 +0500 Subject: [PATCH] Update 01-git-fork-vs-git clone.md --- 02-git/01-git-fork-vs-git clone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-git/01-git-fork-vs-git clone.md b/02-git/01-git-fork-vs-git clone.md index 7341abdf..10b3097a 100644 --- a/02-git/01-git-fork-vs-git clone.md +++ b/02-git/01-git-fork-vs-git clone.md @@ -1,7 +1,7 @@ # Question What is the difference between `git fork` and `git clone`, and when would you use each? -### 📝 Short Explanation +## 📝 Short Explanation This question is often asked to check if you understand collaboration workflows in Git — especially how open-source and team projects. Many developers confuse `fork` and `clone`, so it helps to clarify the purpose and use cases of both. ## ✅ Answer