Background
I received the task to search for redundant jquery selectors in our code. Now, the files where our JS code is located is seperated into different modules.
My supervisor gave me the task and told me that I should create a feature branch for each Module (sometimes it only contains 1 - 2 js files).
I'm struggling between doing it properly (like a programmer would) and being efficient without wasting to much time creating feature branches.
Question
Therefore my question: When should I create multiple feature branches and when only one to prevent an overkill?