2 lines
130 B
Bash
2 lines
130 B
Bash
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Test.pdf" --prune-empty --tag-name-filter cat -- --all
|