Guest User

Untitled

a guest
Jun 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. git filter-branch \
  2. --prune-empty -d /dev/shm/scratch \
  3. --index-filter "git rm -rf --cached --ignore-unmatch oops.iso" \
  4. --tag-name-filter cat \
  5. -- --all
Add Comment
Please, Sign In to add comment