Your comments

Would be really nice if SmartGit will be capable to handle multiple levels of hierarchical grouping as described in the Git documentation (https://git-scm.com/docs/git-check-ref-format).


Example:

git check-ref-format --branch "bugfix/ABC-1234/v1.0.x"   is accepted as a valid branch name by Git.

Tools like Atlassian SourceTree and MS Visual Studio already support this (for many years).

Image 830