From 71487135b528070e47ff63613a197417998b7140 Mon Sep 17 00:00:00 2001 From: chalapaka srilekha <138872789+chalapakasrilekha@users.noreply.github.com> Date: Sat, 6 Dec 2025 19:15:09 +0530 Subject: [PATCH 1/4] Correct typo in git fork vs clone question Fixed a typo in the question about 'git fork' and 'git clone'. --- 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..730753bf 100644 --- a/02-git/01-git-fork-vs-git clone.md +++ b/02-git/01-git-fork-vs-git clone.md @@ -1,5 +1,5 @@ # Question -What is the difference between `git fork` and `git clone`, and when would you use each? +What is the difference between `git fork` and `git clone`, and whe n 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. From 9c6cfb518cca468d555ac6f6a422fea9dbe90ea5 Mon Sep 17 00:00:00 2001 From: chalapakasrilekha Date: Sat, 6 Dec 2025 13:50:20 +0000 Subject: [PATCH 2/4] Sample file --- test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 00000000..cf29cfe0 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# +#This is a test file From 7d765c44d5da481bd7858b6256704ca411acd98a Mon Sep 17 00:00:00 2001 From: chalapaka srilekha <138872789+chalapakasrilekha@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:53:17 +0530 Subject: [PATCH 3/4] Add echo statement to test.sh --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index cf29cfe0..dbd75fb1 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,4 @@ #!/bin/bash # #This is a test file +echo "Editing this file" From 6b4aa7be6dbbeb61d26a55f266a9a305af0e13f5 Mon Sep 17 00:00:00 2001 From: chalapaka srilekha <138872789+chalapakasrilekha@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:58:08 +0530 Subject: [PATCH 4/4] Add a new line to test.sh --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index dbd75fb1..f8c5177f 100644 --- a/test.sh +++ b/test.sh @@ -2,3 +2,4 @@ # #This is a test file echo "Editing this file" +