Retrieve a project branch by name.
success
A project branch names a line of development for a project. Like a Git branch, it points to a Git commit with a set of config files. In addition, a project branch also points to a set of custom code changes, corresponding to Git branches in the staging repos.
Branch name
Project name
A Git commit that points to the latest set of config files on a given branch.