Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created April 8, 2013 01:45
Show Gist options
  • Save yuuichi-fujioka/5333578 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/5333578 to your computer and use it in GitHub Desktop.
履歴から特定のファイルを消す
git filter-branch -f --tree-filter 'rm -f *.txt' master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment