Skip to content

Fix CI problems when applying the code style

Christian Gumpert requested to merge ACTS-252_apply_code_style into release-0.03.X

The apply_code_style script had a problem when the source branch was available in multiple remote repositories. In this situation, git checkout <branch> does not work and gives an error. It only works if there is no local branch with the given name and only one remote repository has a matching branch.

Fixes ACTS-252.

Merge request reports