git diff noindex exclude files
from--https://stackoverflow.com/questions/53471209/git-diff-noindex-exclude-files 13 Does any one how to exclude files when comparing folders with git diff --no-index ? It seems this option ':(exclude)*.min.css' does not work with no-index (outside working tree) git diff Share Follow asked Nov 25, 2018 at 19:44 jani_r 63711 gold badge77 silver badges1818 bronze badges 1 Co…