diff --git a/02-git/01-git-fork-vs-git clone.md b/02-git/01-git-fork-vs-git clone.md index 7341abd..fc67477 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 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.