Method: LabClient::ProjectCommits#commit_cherry_pick
- Defined in:
- lib/labclient/commits/project_helpers.rb
#commit_cherry_pick(commit_id, branch_name) ⇒ Object
21 22 23 |
# File 'lib/labclient/commits/project_helpers.rb', line 21 def commit_cherry_pick(commit_id, branch_name) client.commits.cherry_pick(id, commit_id, branch_name) end |