Skip to content

Instantly share code, notes, and snippets.

@soywiz
Created February 3, 2017 00:01
Show Gist options
  • Save soywiz/3fc5c7532092ebbd32a743a1ed0cbca8 to your computer and use it in GitHub Desktop.
Save soywiz/3fc5c7532092ebbd32a743a1ed0cbca8 to your computer and use it in GitHub Desktop.
Mark file as executable on Git repo
git update-index --chmod=+x file.sh
git ls-tree HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment