Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02-git/01-git-fork-vs-git clone.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down