git でファイルパーミッションも管理に含める

# 設定
$ git config --global core.filemode true

# 確認する
$ git config -l --global | grep core.filemode
カテゴリー:git