gitea-rs/crates/gitea-client/docs/CreateBranchRepoOption.md
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

581 B

CreateBranchRepoOption

Properties

Name Type Description Notes
new_branch_name String Name of the branch to create
old_branch_name Option<String> Deprecated: true Name of the old branch to create from [optional]
old_ref_name Option<String> Name of the old branch/tag/commit to create from [optional]

[Back to Model list] [Back to API list] [Back to README]