Last active
April 24, 2017 08:34
-
-
Save zxshinxz/4f9218f06880ef6ac8300fa1d465ccd3 to your computer and use it in GitHub Desktop.
remove unwanted history from git
This file contains hidden or 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
git clone --mirror git://example.com/some-big-repo.git | |
bfg --delete-files unwanted.file | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment