If I type git status, i get the working tree status which included the files that have been modified.
I need to filter out for some specific file extension. Is this possible? (I'm using windows, and using the latest git version). For more information: using git bash.
Am working on a repository with more than 300 people, when I do git status, more than 1000 files will be there every week.
What is the solution here?