This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Completely remove a file from a git repository history | |
| # | |
| # Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com> | |
| # GPL licensed (see end of file) * Use at your own risk! | |
| # | |
| # Usage: | |
| # git-forget-blob file_to_forget | |
| # | |
| # Notes: |