List, create and delete branches
List, create and delete branches
List, create and delete branches
gl_list_branches(project, verb = httr::GET, ...)gl_create_branch(project, branch_name, ref = "master", verb = httr::POST,
...)
gl_delete_branch(project, branch_name, verb = httr::POST, ...)
name or id of project (not repository!)
is ignored, will always be forced to match the action the function name indicates
passed on to gitlab
name of branch to create/delete
ref name of origin for newly created branch