What does git init do when run inside an existing directory?
git init
Downloads an existing remote repository into it
Deletes all repository history from the directory
Initializes that directory as a new Git repository
Automatically commits every file in the directory