Where should git init be run to create a repository at ~/project/quantum-leap?
git init
~/project/quantum-leap
In the home directory ~.
~
Inside a manually created ~/project/quantum-leap/.git directory.
~/project/quantum-leap/.git
In ~/project/quantum-leap.
In ~/project before creating the new directory.
~/project