Git
改行 改行コードをLFに強制して修正する。 .gitattributes に以下を設定 *.kt text eol=lf *.java text eol=lf 以下で修正する。 git add --renormalize . その他 権限 実行権限を付与する git update-index --chmod=+x path/to/file ファイル差分 ファイル…
改行 改行コードをLFに強制して修正する。 .gitattributes に以下を設定 *.kt text eol=lf *.java text eol=lf 以下で修正する。 git add --renormalize . その他 権限 実行権限を付与する git update-index --chmod=+x path/to/file ファイル差分 ファイル…