Sounds easy and actually is! 😁
Clone is the action to download a repository into your workspace
- Go to Fork's File menu and click on the Clone option
- Paste the repository URL that you want to clone
- Choose the directory where you want to clone the repository
- Choose the account (if it's not already chosen)
- Click the Clone button
Go to the directory where you want to clone the repository
cd my-directory
git clone https://github.com/from-zero-to-fullstack/repository-name.git
Now you can analyse the code, implementing new features or even fix some bugs 🚀