What does running git init inside a project directory create?
git init
A hidden .git directory containing repository metadata, objects, and references.
.git
A public remote repository on the internet.
A commit containing every existing file automatically.
A clean directory that replaces all project files.