Forking lets you create your own copy of someone else's repository.
This way, you can experiment freely without affecting the original project. Perfect for contributions, bug fixes, and learning.
📌 Why Fork?
Keep the original repo untouched
Work on new features safely
Submit pull requests from your fork
⚡ Pro Tip: Always sync your fork with the original repo before starting work. Keeps your code fresh!