Problem Statement
Which statement best describes the difference between `git init` and `git clone`?
Explanation
`git init` bootstraps a repository in the current folder; `git clone` fetches an existing repo, files, branches, and history.
Practice Sets
This question appears in the following practice sets:
