You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there away to make git status to follow the ignore rules in .gitmodules? Alternatively, can you specify all instead of dirty for ignore-submodules? #2876
Currently, the command git status --ignore-submodules=dirty is used when displaying the git status. This ignores explicitly specified ignore rules in the .gitmodules file for each module.
Is there a way to make the git status follow the rules in .gitmodules. This will be the equivalent of git status. Alternatively, can you specify all instead of dirty for ignore-submodules?
I think the option is specified here, but I'm not sure.