Skip to content

Instantly share code, notes, and snippets.

@semanticart
Created February 12, 2009 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semanticart/62702 to your computer and use it in GitHub Desktop.
Save semanticart/62702 to your computer and use it in GitHub Desktop.
mb:repo jeff$ ls db/data/us_cities.data.insert.sql
db/data/us_cities.data.insert.sql
mb:repo jeff$ git filter-branch --index-filter 'git rm -f --cached db/data/us_cities.data.insert.sql' HEAD
Rewrite d54d3041d7d5739b3093f802fc1ef45f3c8e5e16 (1/2713)fatal: pathspec 'db/data/us_cities.data.insert.sql' did not match any files
index filter failed: git rm -f --cached db/data/us_cities.data.insert.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment