Course / Level 4: Your Code Has a History / Lesson 11
How do I get code from GitHub?
Lesson 11 · Your Code Has a History · Zero to AI Hero by Meegrow Labs
git clone downloads a full copy of a remote GitHub repository to your machine, and git pull fetches and merges any new commits that have been added since you cloned it.