Git Commands > SETUP & INIT > Flashcards
initialize an existing directory as a Git repository
git init
retrieve an entire repository from a hosted location via URL
git clone [url]