Last Updated: February 25, 2016
·
255
· thorbrink

Ignore file permission changes in GIT

Use this GIT-command to not have to clutter up your pretty GIT-repo with commits containing only file permission changes.

git config core.fileMode false