Last Updated: February 25, 2016
·
810
· parndt

git: find out when a file was deleted.

Simply filter the log to find out when a file was deleted in your git repository using this command:

git log --diff-filter=D -- path/to/file