Try this command pal :)
git config core.filemode falsegit 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
that was easy, din't know git could do that