Skip to content

Instantly share code, notes, and snippets.

@ruyjfs
Last active March 11, 2020 13:45
Show Gist options
  • Save ruyjfs/0bfe6aa2a7df131b273d7cd6a52bdb5b to your computer and use it in GitHub Desktop.
Save ruyjfs/0bfe6aa2a7df131b273d7cd6a52bdb5b to your computer and use it in GitHub Desktop.

Remove large file from commits.

git filter-branch --tree-filter 'rm -rf android/java_pid13556.hprof' -f HEAD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment