How to see history of the file already deleted in GIT.
Show changes of already deleted file:
git log -- [file path] git log -1 -- [file path]