From 84a9e51a783ecf800683421a26be673e4b1713b1 Mon Sep 17 00:00:00 2001 From: SohamOps <87197591+Soham2431@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:06:19 +0530 Subject: [PATCH] Fix formatting in Git fork vs clone documentation --- 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..f43ea82b 100644 --- a/02-git/01-git-fork-vs-git clone.md +++ b/02-git/01-git-fork-vs-git clone.md @@ -23,6 +23,6 @@ Here’s how you’d typically use both: git clone https://github.com/your-username/the-repo.git ``` -> So: **Fork = GitHub-level action**, **Clone = Local machine-level action**. +> So: **Fork = GitHub-level action**,, **Clone = Local machine-level action**.