From 6687d0fee83c5ea075a363298c217046ccd6339b Mon Sep 17 00:00:00 2001 From: srikanthclouddevops Date: Fri, 21 Nov 2025 15:57:55 +0530 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..7f93b5af 100644 --- a/02-git/01-git-fork-vs-git clone.md +++ b/02-git/01-git-fork-vs-git clone.md @@ -1,4 +1,4 @@ -# Question +## Question What is the difference between `git fork` and `git clone`, and when would you use each? ### 📝 Short Explanation