Allows you to create a local copy of the repository on your computer.
-
Open GitHub
-
Open the Repository that you want to clone.
-
Copy the Repository URL
- Click the
Codebutton. - Copy the
HTTPSurl.
-
Open Bash
-
Clone the Repository
git clone [repository-url]- Pull the code
git pull origin main