TIL that you can’t have a git branch called dma/test and dma/test/specifics because git stores branch refs as local files, and dma/test would create a file called test where dma/test/specifics would need test to be a directory