I have a lot of untracked styles. I want to add them to the changes that GIT is aware of but are not staged for commit.
My reason is that my IDE has git integration and I want to view the diffs with this. If the changes are untracked I'm not able to diff them. using git add . is very time consuming as I then need to unstage the changes repeatedly.