This file contains 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
# blackhole the content | |
git filter-branch --tree-filter 'rm -rf my/folder' HEAD | |
# force the update | |
git push origin master --force |