How to rewrite git history and remove files
If you have a git repository that contains files with sensitive information or large binary files, you probably want to remove those files before publishing the repository for larger audience. This is actually very simple thing to do with git. Git has a feature to rewrite the history, recreating the repository commit by commit, while […]