This can be a solution for files that are incorrectly ignored or unignored.
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Important: Notice the dots
No comments:
Post a Comment