git add . -> still “nothing to commit” with new files
Your commands look correct (I’ve done them many times that way). First try and then try git status. I don’t think that will solve it, but worth trying next. Next try looking at your .gitignore file, if you have one (in the top level where you did git init). Remove any listings there that are causing your … Read more