Good afternoon, now I work with a repository in which branches are organized into folders: features in the topic/myfeature folder, bugfixes/myfeature in the bugfixes/myfeature .
Actually the question is, can I configure the default name for all new branches I create using git itself or the sourcetree ? That is, I want that when I click "create a new branch" I was asked to automatically create a branch called topic/* .
That is, I need the preset name of the branch I am creating. The branch itself, the name of the repository has nothing to do with it.

