feat: little script to remove permanetly a file

This commit is contained in:
Lapin 2021-06-05 22:27:41 +02:00
parent 3c4d7b7299
commit 33925bbe3c
1 changed files with 2 additions and 0 deletions

2
rm_mp3.sh Normal file
View File

@ -0,0 +1,2 @@
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "*.mp3"' --prune-empty --tag-name-filter cat -- --all