What does git init do in the current project directory?
git init
It uploads the project to a remote hosting service.
It generates and tracks README.md automatically.
README.md
It immediately commits every existing file.
It creates a hidden .git directory containing the repository metadata.
.git