Created
March 28, 2020 20:09
-
-
Save samueleastdev/79c7e31ea45f9808936aeff3dd4a1763 to your computer and use it in GitHub Desktop.
Remove large files accidentally committed to git
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
git filter-branch --tree-filter 'rm -rf dist/*' HEAD | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment