Skip to content

Instantly share code, notes, and snippets.

@emailrhoads
Last active March 12, 2020 15:48
Show Gist options
  • Save emailrhoads/ba2780e8cf6d96efdddd02730b642347 to your computer and use it in GitHub Desktop.
Save emailrhoads/ba2780e8cf6d96efdddd02730b642347 to your computer and use it in GitHub Desktop.
Remove BAF from current branch #git
git filter-branch --force --index-filter \
"git rm --cached --ignore-unmatch gisdata/tiger.dump" \
--prune-empty --tag-name-filter cat --
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment