After read this: What are some examples of commonly used practices for naming git branches? I think I should create new branch from master, naming it as "fix_[issue number]" for it's easier to know what is the branch for by branch name.
But my colleague think it's better to keep branch counts low, and he doesn't think branch name is a issue.
Am I using git branch wrong, or is it okay to use git branch in different ways?