Created
April 9, 2018 15:59
-
-
Save jcefoli/c4f3f245ddb8d9e2a5755de08ed527f2 to your computer and use it in GitHub Desktop.
File Permissions in Git (Useful 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
# Show permissions | |
git ls-tree HEAD | |
# Make Executable | |
git update-index --chmod=+x some_file.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment