Skip to content

Instantly share code, notes, and snippets.

@wilomgfx
Created July 9, 2018 18:10
Show Gist options
  • Save wilomgfx/b3160bfb1297589c6fc93e75d2d370e8 to your computer and use it in GitHub Desktop.
Save wilomgfx/b3160bfb1297589c6fc93e75d2d370e8 to your computer and use it in GitHub Desktop.
How to chmod on windows so that git sees the changes !
First you need to add the file (stage) then
git update-index --chmod=+x file_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment