SyntaxFix
Write A Post
Hire A Developer
Questions
To untrack a file that has already been added/initialized to your repository, ie stop tracking the file but not delete it from your system use: git rm --cached filename
git rm --cached filename