Last active
June 1, 2022 15:37
-
-
Save mohammadxali/f94406bb088c93936bfbd4e7a418f4ed to your computer and use it in GitHub Desktop.
Remove a big file wrongly committed
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 path/to/your/file' HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment