Completely remove a file from git history

from blog meain/blog, | ↗ original
UPDATE: I did run into some pretty good documentation from GitHub here. One caveat is that inorder to remove it from pull requests, you will have to get the GitHub team involved. Another short one. Imagine this situation, you committed a file containing passwords into git accidentally. What do you do? Pretty easy, you just revert that commit. The...