【Git】ファイルのパーミッション変更を無視する。

$ git config core.filemode false

設定出来ているかの確認は下記の通り行う。

$ git config -l | grep filemode