New posts in git-filter-branch

How to substitute text from files in git history?

extract multiple directories using git-filter-branch

How to move a file from one git repository to another while preserving history

Prune empty merge commits from history in Git repository

Update a development team with rewritten Git repo history, removing big files

How to extract one file with commit history from a Git repo with index-filter & co?

git, filter-branch on all branches

Running filter-branch over a range of commits

How can I rewrite history so that all files, except the ones I already moved, are in a subdirectory?

How to split a git repository while preserving subdirectories?

Git - remove commits with empty changeset using filter-branch

Split large Git repository into many smaller ones

How can I move a directory in a Git repo for all commits?

git rm - fatal: pathspec did not match any files

Could I change my name and surname in all previous commits?

Purging file from Git repo failed, unable to create new backup

Completely remove files from Git repo and remote on GitHub

Detach many subdirectories into a new, separate Git repository

How do I remove the old history from a git repository?

Change first commit of project with Git? [duplicate]