Permissions de fichiers Git sous Windows

Permissions de fichiers Git sous Windows


Source : [Stack Overflow [windows]](Lennart Schedin: How to change file premissions in Git on Windows](Lennart Schedin: How to change file premissions in Git on Windows)

J’ai trouvé la solution pour changer les permissions (aussi) sous Windows ici : http://blog.lesc.se/2011/11/how-to-change-file-premissions-in-git.html

Par exemple, la commande suivante ajoute la permission d’exécution utilisateur à un fichier arbitraire :

git update-index --chmod=+x <file>