I accidentally added a large 20 MB file to git, and I did -ammend and deleted the file.
Before running the git Origin Wizard, I want to make sure the file is deleted.
I tried making the initial git push host, and it took a long time, and the transfer reached as 7mb, so I decided that the large file is still somewhere in the history.
How can I find out if a large file is in the git repo history?
source
share