Created
June 14, 2013 07:14
-
-
Save christopheradams/5780050 to your computer and use it in GitHub Desktop.
Reset file permissions in a Git repository.
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 diff -p | grep -E '^(diff|old mode|new mode)' | sed -e 's/^old/NEW/;s/^new/old/;s/^NEW/new/' | git apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment