I want to permanently delete an old revision (or revisions) of single file from Git. Specifically, I want to delete from my public git server repo my initial published version of one single file, but keep the rest of its revisions. How can I do that?
I've done some searching, as follows. But none of them seem to answer my specific question. Please help.
Thanks a lot!
git remove oldest revisions of a file http://stackoverflow.com/questions/930612/git-remove-oldest-revisions-of-a-file
Completely remove (old) git commits from history http://stackoverflow.com/questions/4987341/completely-remove-old-git-commits-from-history
How do you remove a specific revision in the git history? http://stackoverflow.com/questions/37219/how-do-you-remove-a-specific-revision-in-the-git-history