Last active
November 12, 2018 12:41
-
-
Save IanByun/5c8f9fc2a54cb59e2544a67c264fb33a to your computer and use it in GitHub Desktop.
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 filter-branch -f --index-filter "git rm -rf --cached --ignore-unmatch '경로\파일 이름.확장자'" -- --all | |
git rm -rf .git/refs/original/ | |
git reflog expire --expire=now --all | |
git gc --aggressive --prune=now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment