git忽略文件权限

有时文件权限改变也会被git认为是修改,可是这不是咱们想要的效果,可使用如下命令让git忽略文件的权限git

git config core.filemode false