Cherry Picks
This API provides a way to cherry pick into a new branch either a specific commit or commits that are associated to a pull request.
Operations
Create |
Cherry pick a specific commit or commits that are associated to a pull request into a new branch. |
Get Cherry Pick |
Retrieve information about a cherry pick operation by cherry pick Id. |
Get Cherry Pick For Ref Name |
Retrieve information about a cherry pick operation for a specific branch. This operation is expensive due to the underlying object structure, so this API only l... |