-
Instructions for cleaning git history (to reduce repository size)
-
To view all files under git version control (including old files that have been deleted),
git log --pretty=format: --name-only --diff-filter=A | sort -u
Instructions for cleaning git history (to reduce repository size)
To view all files under git version control (including old files that have been deleted),
git log --pretty=format: --name-only --diff-filter=A | sort -u