github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/CherryPickCreation.md (about) 1 2 3 # CherryPickCreation 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **ref** | **String** | the commit to cherry-pick, given by a ref | 11 **parentNumber** | **Integer** | When cherry-picking a merge commit, the parent number (starting from 1) with which to perform the diff. The default branch is parent 1. | [optional] 12 **force** | **Boolean** | | [optional] 13 14 15