Created
November 10, 2020 07:49
-
-
Save asbiin/fde16dfdbb4e2d104cf92784f2348c7e to your computer and use it in GitHub Desktop.
Create exec fil in git on Windows
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 update-index --chmod=+x foo.sh | |
| for f in $(find . -name "*.sh"); do git update-index --chmod=+x $f; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment