Last active
January 27, 2023 14:52
-
-
Save gifflet/a3e40dacd8182fb9f432291b55c96b49 to your computer and use it in GitHub Desktop.
Git - Add sh file as executable
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 add <file> | |
git update-index --chmod=+x <file> | |
git commit -m 'adding execute permissions' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment