のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

git 差分

git diff remotes/origin/nougat-release remotes/origin/marshmallow-release


windows git

>git diff remotes/origin/nougat-release remotes/origin/marshmallow-release > skia_diff
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your diff.renameLimit variable to at least 896 and retry the command.
diff.renameLimit
git config diff.renameLimit 999999

stackoverflow.com