# File lib/gitlab/client/branches.rb, line 72
    def create_branch(project, branch, ref)
      post("/projects/#{project}/repository/branches", body: { branch_name: branch, ref: ref })
    end