Today 'tunepolo' Leaned

アクセス権の扱い

実行権限をつける/はずす

実行権限をつけるとき。

$ git update-index --add --chmod=+x [filename]

実行権限を外すとき。

$ git update-index --add --chmod=-x [filename]

アクセス権の違いを無視する

$ git config core.filemode false
Last updated on 5 May 2020
Edit on GitHub