Skip to content

Instantly share code, notes, and snippets.

@ScriptAutomate
Created August 6, 2021 23:31
Show Gist options
  • Save ScriptAutomate/0dc898c9814ead88f67269ca72520f41 to your computer and use it in GitHub Desktop.
Save ScriptAutomate/0dc898c9814ead88f67269ca72520f41 to your computer and use it in GitHub Desktop.
Git: Delete fat files
# Remove the file, but also ensure it is wiped out
# entirely from the repo
git rm --cached --ignore-unmatch <file-in-repo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment