SyntaxFix
Write A Post
Hire A Developer
Questions
you could keep your files untracked after
git rm -r --cached <file>
add your files with
git add -u
them push or do whatever you want.