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
Expand Up @@ -8,7 +8,7 @@ This question is often asked to check if you understand collaboration workflows
- **`git fork`** creates a **copy of a repository on your GitHub (or GitLab, etc.) account**, letting you propose changes without write access to the original repo.
- **`git clone`** creates a **local copy of any Git repository** (your own or someone else’s) on your machine for development.

### 📘 Detailed Explanation
### 📘 Detailed Explanation
When you **fork** a repository on GitHub, you're telling the platform:
> "I want a separate version of this repository in my own GitHub account."

Expand Down