Enable or Disable tracking of File mode in git repository
Git file permission track
1) Enable
git config core.filemode true
2) Disable
git config core.filemode false