Git:: Ignore File Permission (Mode,chmod) Change


Try this command pal :)
 git config core.filemode false
git will ignore the file permission(mode) changes made using chmod command
From git-config(1):

core.fileMode
If false, the executable bit differences between the index and the
working copy are ignored; useful on broken filesystems like FAT.
See git-update-index(1). True by default.

Comments

Anonymous
that was easy, din't know git could do that