-
-
Save tracdi/55d6309bda1f70a178b9ba0b18c05aeb to your computer and use it in GitHub Desktop.
GIT - Revert file permission
This file contains hidden or 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