I had accidentally added a large 20mb file to git, and I did an -ammend and removed the file.
Before doing a git push origin master, I want to make sure the file was removed.
I tried doing a git push origin master, and it was taking a long time and the transfer reached like 7mb so I figured the large file is still in the history somewhere.
How can I figure out if the large file is in git's repo history?