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