Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 486 Bytes

File metadata and controls

21 lines (16 loc) · 486 Bytes

How to Clone a Repository (Template)

What is clone?

  • Clone means downloading a repo to your computer

Steps

  • Open your fork on GitHub
  • Click Code
  • Copy the URL
  • Run:
    • git clone <repo-url>
    • cd Introduction-To-Open-Source

Example

  • git clone https://github.com/<your-username>/Introduction-To-Open-Source.git

Screenshot placeholder

  • <!-- Screenshot: Code button and clone URL -->

Next