vdeep
12/22/2015 - 10:56 AM

Change permissions of file according to git status

Change permissions of file according to git status

chmod 755 `git status --porcelain | perl -nle '/M (.*)/ and print $1'`