I uploaded a zip file to a repository in GitHub and I found out that every time I click on this zip file, it downloads the file (does not allow to explore the content of this zip file). However, I decided to delete this zip file from the repository. I pressed the delete button and it was successfully deleted but the problem is that I found the zip file in the commits
. I tried to delete it from the commit
but I couldn't. How can I delete it permanently from the commits
?
Thanks