Skip to content

Instantly share code, notes, and snippets.

@alatas
Created February 18, 2017 09:32
filter branch example
echo `git rev-parse HEAD` > .git/info/grafts ; git log --decorate ; rm -R .git/refs/original/ ; git filter-branch -- --all; git push --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment