Skip to content

Instantly share code, notes, and snippets.

@andreyshuster
Created June 17, 2014 07:34
Show Gist options
  • Save andreyshuster/a6d8013bbe3999b126ae to your computer and use it in GitHub Desktop.
Save andreyshuster/a6d8013bbe3999b126ae to your computer and use it in GitHub Desktop.
pain and suffer with git-tf case insensitive issues
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch ''solution\Schema Objects\Programmability\Stored Procedures\dbo.Product_recommendation_insert.proc.sql''' --prune-empty --tag-name-filter cat -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment