All git braches in one directory, or one directory per branch. Any technical reason?
We are a recently formed embedded software team, having a minor religious war. Please note that we all work multiple tickets at a time, so will always each of us have multiple branches. Some prefer to have a single directory, and git switch, while others create a new directory for each branch. Our branches contain only code, no tools etc, and, in any case, we don’t care about disk space. Is there any good technical reason to adhere to one of these practises and eschew the other, or should we just let each do as (s)he pleases?

We are a recently formed embedded software team, having a minor religious war.
Please note that we all work multiple tickets at a time, so will always each of us have multiple branches.
Some prefer to have a single directory, and git switch
, while others create a new directory for each branch.
Our branches contain only code, no tools etc, and, in any case, we don’t care about disk space.
Is there any good technical reason to adhere to one of these practises and eschew the other, or should we just let each do as (s)he pleases?