$ git rm -r --cached . $ git add . $ git commit -m "fixed untracked files” $ git push origin master
Reference