Created
April 18, 2020 17:02
-
-
Save ynaoto/1b8381518df4049f13f9a5da38e1868c to your computer and use it in GitHub Desktop.
LFS外し
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
git lfs uninstall | |
rm .gitattrubutes | |
git add .gitattrubutes | |
git lfs ls-files | sed 's/^............ //' | while read f; do | |
git lfs migrate export --yes --everything --include "$f"; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment