create Repo Branch
@POST(value = "projects/{id}/repository/branches" )
Create a new branch in the repository
Return
new branch info
Parameters
id
ID or URL-encoded path of the project owned by the authenticated user.
branch
Name of the branch.
ref
Branch name or commit SHA to create branch from.