What does 'forking' a repository mean in GitHub?
- Deleting a repository
- Making a repository private
- Renaming a repository
- Creating a personal copy of someone else's repository
Explanation
Forking creates a personal copy of someone else's repository in your GitHub account, allowing you to freely experiment with changes without affecting the original project.