From 46f0029f1291cc21344b407871ac103ed3c6c029 Mon Sep 17 00:00:00 2001 From: Naga pavan Adusumalli Date: Mon, 9 Feb 2026 15:34:08 +0530 Subject: [PATCH] Update 01-git-fork-vs-git clone.md --- 02-git/01-git-fork-vs-git clone.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-git/01-git-fork-vs-git clone.md b/02-git/01-git-fork-vs-git clone.md index 7341abdf..159398fa 100644 --- a/02-git/01-git-fork-vs-git clone.md +++ b/02-git/01-git-fork-vs-git clone.md @@ -1,6 +1,7 @@ # Question What is the difference between `git fork` and `git clone`, and when would you use each? + ### 📝 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.