Created
March 22, 2019 08:17
-
-
Save juliusknorr/75578e1fe9a1e8fee10ffe2f770598bf to your computer and use it in GitHub Desktop.
cleanup bundled js files from gitattributes
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
cat .gitattributes | grep binary | awk '/./{gsub(/^\//, "", $1); print $1 }' | xargs git checkout -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment