Refs

Controller to handle REST requests for git refs

Operations

List

Queries the provided repository for its refs and returns them.

Update Ref

Lock or Unlock a branch.

Update Refs

Creating, updating, or deleting refs(branches).

Updating a ref means making it point at a different commit than it used to. You must specify both the old and new...