Install Git on your computer
Open a terminal or command prompt
Go to the folder where you want the code
Copy the repository URL from GitHub
Run `git clone
Enter the cloned folder with `cd
Run `git status` to confirm the code is available
If the repository is already cloned, run `git pull` to get the latest changes
