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
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