Skip to content

Fix CreateBranchService after Repository#commit_file was renamed to create_file

What does this MR do?

It fixes CreateBranchService which contains references to Repository#commit_file that no longer exists. It also adds tests for CreateBranchService.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #29687 (closed)

Merge request reports