I have a series of branches with a prefix, I wish to reuse this prefix but not group them with the existing branches with this prefix (which are now obsolete). I Have for the time made a subdirectory in .git/refs/heads
.
I want to know if there are any adverse side effects, or better recommendations for where to put a set of branch names to give them a prefix. They do not need to be cloned/pushed/pulled to any other repositories at this time, though such ability may be nice.
P.S. It would be nice if these branches remained easy to checkout as well.