Removing tracked files

1
2
git rm --cached <file>
git rm -r --cached <folder>

Filed Under

Git