Sometimes you need to set the executable flag for files in a git project when you’re on Windows. To do that, use git update-index:
git update-index --chmod=+x myExecutable.sh
Sometimes you need to set the executable flag for files in a git project when you’re on Windows. To do that, use git update-index:
git update-index --chmod=+x myExecutable.sh