Last active
April 5, 2022 07:35
-
-
Save skounis/07285046a6ca7de50743d3288d1f4de8 to your computer and use it in GitHub Desktop.
Remove a file from Git's history
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
# Download bfg for | |
# https://rtyley.github.io/bfg-repo-cleaner/ | |
java -jar bfg.jar --delete-files {filename} | |
git push --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment