Add executable bit in GIT on Windows

Moki Lv6
1
git update-index --chmod=+x file.txt

Verify:

1
git ls-files --stage
On this page
Add executable bit in GIT on Windows