Is there a way to tell which files were actually removed by --strip-blobs-bigger-than? #558
Unanswered
samal-rasmussen
asked this question in
Q&A
Replies: 1 comment
-
If you run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
git filter-repo --strip-blobs-bigger-than 10M
is great and it seems to have removed the large file I wanted it to remove, but I am unsure if it removed anything else and the commands doesn't tell me exactly what it removed.Is there a way to tell which files it actually removed?
Beta Was this translation helpful? Give feedback.
All reactions