-
-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Description
As of now the documentation states in an example that a branch can be created via
repo.branches.local.crate("name-for-a-branch")
see
Line 36 in 2accdf9
>>> new_branch = repo.branches.local.create('new-branch') |
but the signature of actual
create
function is different and requires specifying a commit Line 1635 in 2accdf9
def create(self, name: str, commit, force=False): |
Metadata
Metadata
Assignees
Labels
No labels