hans2103’s avatarhans2103’s Twitter Archive—№ 7,794

  1. Useful command to remove huge file from non-pushed previous commit. $ git filter-branch --tree-filter 'rm -rf path/to/huge/file’ HEAD