git でファイルパーミッションも管理に含める 最終更新日: 2019-03-13 # 設定 $ git config --global core.filemode true # 確認する $ git config -l --global | grep core.filemode