- Clone means downloading a repo to your computer
- Open your fork on GitHub
- Click Code
- Copy the URL
- Run:
git clone <repo-url>cd Introduction-To-Open-Source
git clone https://github.com/<your-username>/Introduction-To-Open-Source.git
<!-- Screenshot: Code button and clone URL -->
- Read: How to Create a Branch