Skip to main content
http://www.kernel.org/pub/software/scm/git/docs/git-filter-branch.html was remapped to http://git-scm.com/docs/git-filter-branch by Sam Saffron (17174)
Source Link

Alternatively you can use git filter-branchgit filter-branch to remove offending files (see EXAMPLES section), but it is also rewriting history. So anybody who based his/her code on top of your old history would get bad suprise...

Alternatively you can use git filter-branch to remove offending files (see EXAMPLES section), but it is also rewriting history. So anybody who based his/her code on top of your old history would get bad suprise...

Alternatively you can use git filter-branch to remove offending files (see EXAMPLES section), but it is also rewriting history. So anybody who based his/her code on top of your old history would get bad suprise...

Source Link
Jakub Narębski
  • 327.4k
  • 67
  • 229
  • 234

Alternatively you can use git filter-branch to remove offending files (see EXAMPLES section), but it is also rewriting history. So anybody who based his/her code on top of your old history would get bad suprise...

Post Made Community Wiki by CommunityBot