Last active
July 22, 2019 05:09
-
-
Save djravine/2106c16f08685cfaadf7a73e6b074289 to your computer and use it in GitHub Desktop.
Automatically apply “git update-index --chmod=+x” to executable files
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
find . -name '*.sh' | xargs git update-index --chmod=+x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment