Skip to content

Instantly share code, notes, and snippets.

@samloh84
Created May 18, 2020 04:14
Show Gist options
  • Save samloh84/b011b990de6bbae0657d741efefde367 to your computer and use it in GitHub Desktop.
Save samloh84/b011b990de6bbae0657d741efefde367 to your computer and use it in GitHub Desktop.
Chmod git on windows
for /f %G in ('dir /b /s *.sh') do (git update-index --chmod=+x %G)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment