# Git Tidbits ### Removing files in post after changing `.gitignore` ```sh $ git rm --cached `git ls-files -i -c --exclude-from=.gitignore` ```