Can I easily test from the CLI if a certain branch would be matched by the following branch configuration in the Team City settings? I am assuming this branch config actually relies on some Git internals.
+:refs/heads/develop
+:refs/heads/xmas-lottery-hotfix-branch
+:refs/heads/hotfix*
For instance, I would like to test if hotfix/foo
would be covered by this config, or if I would need to change it. Simply sending empty commits to various branches and see if it triggers a build in TC is not easy and quick testing, although that works as well ...