Git on Windows chmod +x

git update-index --chmod=+x script.sh

Add an alias to git config

git config --global alias.chmod "update-index --chmod"

Leave a Reply

Your email address will not be published. Required fields are marked *