アクセス権の扱い実行権限をつける/はずす実行権限をつけるとき。$ git update-index --add --chmod=+x [filename]実行権限を外すとき。$ git update-index --add --chmod=-x [filename]アクセス権の違いを無視する$ git config core.filemode false