Skip to content

Fix the previous fix: use git checkout instead of git switch

Lennart Karssen requested to merge fix_5-use_correct_git_command into development

This MR fixes the previous commit, which failed because 'git switch' can only switch a branch, it cannot have a commit SHA as an argument. Luckily, 'git checkout' can have either as an argument.

Merge request reports