Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created April 3, 2014 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nestoru/9960727 to your computer and use it in GitHub Desktop.
Save nestoru/9960727 to your computer and use it in GitHub Desktop.
Set execution bit for file in git repo
git update-index --chmod=+x *.sh
git commit -m "setting execution bit"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment