Skip to content

Simplify branch-backup instructions

What does this MR do and why?

Simplify branch-backup instructions

the steps included a redundant git checkout -b followed by switching back to the same branch. This could be simplified by using git branch to create a backup branch without switching to it.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading