I seem to have no end of trouble trying to get projects and repositories structured and named like I want. I'm hoping someone can set me straight on what exactly I'm doing wrong.
My general organization structure is that I have each project in its own folder:
s:\projects\someproject
s:\projects\anotherproject
These top-level project folders are not the MCUX projects - they include everything for the project, including non-code stuff like marketing materials, user manuals, CAD/CAM files, and so on. These go into standardized folders, like \cad, \eda, and (most importantly for this discussion) \code.
The problem I'm having right now is that the Git Repositories view shows the folder name and not the repository name - so every project that complies with this layout shows up as code [master]. I can rename the branch but not the repository.
Am I doing something wrong? Is it really that unusual to have a folder name that doesn't match the project name? Is there any way to fix this?
Thanks,
Scott