3 lines
130 B
Bash
3 lines
130 B
Bash
|
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "*.mp3"' --prune-empty --tag-name-filter cat -- --all
|
||
|
|