How to Recursively Fix File Permissions in Mac OSX and Linux

I run into this problem when developing on a GIT repository where file permissions change and GIT (correctly) warns of hundreds of changes. I see this most commonly when importing files from Windows, but it can happen in many different ways. The fix is to recursively update file permissions. ...

September 20, 2018 · 1 min · 127 words