Created
January 24, 2022 16:14
-
-
Save chijikpijik/121b1db0cd80252fbf90fd320fd303d3 to your computer and use it in GitHub Desktop.
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 --prune-empty -d /dev/shm/scratch \ | |
--index-filter "git rm --cached -f --ignore-unmatch oops.iso" \ | |
--tag-name-filter cat -- --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment