📋 git clone
Download a remote repository to a local directory
git clone
creates remote-tracking branches in the cloned repo?
Clone a remote repository to your local machine and optionally change the name of the director
command line
git clone <repo-url> <local-directory>
Practice
Just for fun, clone this repo and run it on your local machine.