Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create a new branch, and set it as the active bot branch. Equivalent to git switch -c proposed_branch_name If the proposed branch already exists, we append _v1 then _v2... until a unique name is found.
git switch -c proposed_branch_name
create_branch( self, proposed_branch_name: str, ) -> str