When running the git init
command in a completely new and empty directory, I get this error message:
Reinitialized existing Git repository in /<just path stuff>/gittests/completelyEmptyDirectory/.git/
What is going on here? The only commands being run are mkdir completelyEmptyDirectory
, going into that directory, and then running git init
.