LINK
git: list all the files that ever existed
git log —pretty=format: —name-status | cut -f2- | sort -u
git log —pretty=format: —name-status | cut -f2- | sort -u