ayi <t>I found the solution of how to change permissions (also) on Windows here: http://blog.lesc.se/2011/11/how-to-change-file-premissions-in-git.html<br/> <br/> For example following command adds user execute permission to an arbitrary file:<br/> <br/> git update-index --chmod=+x <br/> <br/> ```</t>