Category Archives: bash

How to remove execute bit from files in Git

Occasionally, files get committed to source control having the wrong file permissions. Either they don’t have execute when they should, or they have execute when they shouldn’t, just for example. I came across this a couple of weeks ago and … Continue reading

Posted in bash, Git, Scripting, Source Control | Tagged , , , , , , | Leave a comment