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. diff --git a/test.sh b/test.sh new file mode 100644 index 00000000..f8c5177f --- /dev/null +++ b/test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# +#This is a test file +echo "Editing this file" +