Created
February 18, 2017 09:32
-
-
Save alatas/29a12700cbd8d4e4b4256237cd8ec38e to your computer and use it in GitHub Desktop.
filter branch example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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