You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ! [ "$(git config filter.zippey.required)" == "true" ]; then
git config filter.zippey.required true
echo "Delete and checkout eox to convert it to zip/eox"
for file in $(git ls-files | sed -r "s/(.*)/\"\1\"/" | xargs git check-attr filter | grep "filter: zippey" | sed -r "s/(.*): filter: zippey/\1/" | sed -r "s/\ /!/"); do