ListAllFilesInGitHistory

nicolaw 11th December 2019 at 11:22am
Git
git log --pretty=format: --name-status | cut -f2- | sort -u

git log --pretty=format: --name-only --diff-filter=A | sort -u

https://stackoverflow.com/questions/543346/list-all-the-files-that-ever-existed-in-a-git-repository