feat: little script to remove permanetly a file
This commit is contained in:
parent
3c4d7b7299
commit
33925bbe3c
1 changed files with 2 additions and 0 deletions
2
rm_mp3.sh
Normal file
2
rm_mp3.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "*.mp3"' --prune-empty --tag-name-filter cat -- --all
|
||||
|
||||
Loading…
Add table
Reference in a new issue