If you create a local repository in a folder with existing files, what will be the status of the files code example
Example: git init
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"