I'm working on branch "feature-A". As far as I know, all commits done on that branch should be related to feature A.
How should I deal with little changes that aren't related to feature A? For example, fixing a typo, or anything like that.
Do I just commit it to the branch "feature-A"? Do I switch branches to some other and commit it there?
What is the suggested way to deal with it?