Skip to content

Instantly share code, notes, and snippets.

View RandomErrorMessage's full-sized avatar

Random RandomErrorMessage

View GitHub Profile
@manuquentin
manuquentin / gist:6446360
Created September 5, 2013 05:24
Reset git file permissions
git config --global --add alias.permission-reset '!git diff -p -R | grep -E "^(diff|(old|new) mode)" | git apply'
git permission-reset