GitHub
create_branch
Create a new branch in a GitHub repository
Remote github
Other tools also called create_branch?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"repo": {
"type": "string",
"description": "Repository name"
},
"owner": {
"type": "string",
"description": "Repository owner"
},
"branch": {
"type": "string",
"description": "Name for new branch"
},
"from_branch": {
"type": "string",
"description": "Source branch (defaults to repo default)"
}
}
}