Creating a new branch

Issue #69 closed
Mike Bywater created an issue

I think this has previously been closed as invalid but looking at

https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/src#post

Is it possible to create a new branch in a repo?

Comments (2)

  1. Alexandru Guzinschi

    Create file thru Src api

    The Repositories\Src Api had no option to create a file, the $params array holds the files that needs to be created. With the create method it's also possible to create branches.

    ref: Merged in vkerkhoffpon/bitbucket-api/feature/create-files-thru-api (pull request #40) closes #69

    → <<cset f61e8bb5e8ba>>

  2. Log in to comment