Open paulirwin opened 1 month ago
GitHub's UI does not take kindly to deleting ~2500 files, so if you want an easier way to just list the files in the commit that are removed to verify them (after pulling down my commit so it has that hash):
git diff-tree --no-commit-id --name-status 1712233 -r | more
Fixes #81