Skip to content

Instantly share code, notes, and snippets.

@alatas
Created February 18, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alatas/29a12700cbd8d4e4b4256237cd8ec38e to your computer and use it in GitHub Desktop.
Save alatas/29a12700cbd8d4e4b4256237cd8ec38e to your computer and use it in GitHub Desktop.
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