Skip to content

OneCodeCampCommunity/occ-cloning-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

How to Clone a Repository from GitHub

Allows you to create a local copy of the repository on your computer.

  1. Open GitHub

  2. Open the Repository that you want to clone.

  3. Copy the Repository URL

  • Click the Code button.
  • Copy the HTTPS url.
  1. Open Bash

  2. Clone the Repository

git clone [repository-url]
  1. Pull the code
git pull origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published