1

Is there a way to run git status while ignoring mode file changes?

Seems like there's a way to do it for git diff (git diff -G.): https://stackoverflow.com/a/22389011 but I can't seem to find a way to do this for status

tr33hous
  • 1,622
  • 1
  • 15
  • 26
  • Go up a bit from the answer you linked, to the accepted answer. Note that `git status` runs `git diff` (twice—once for `HEAD` vs index, then again for index vs work-tree) internally. – torek Sep 10 '18 at 21:54

0 Answers0