Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. find -executable -type f -exec git update-index --chmod=-x {} \;
  2. find -executable -type f -exec chmod -x {} \;
  3. git status
  4. git commit -m "Changing file permissions to remove execute bit"
  5. git push
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement