I want to create a branch using Probot. Seeing that it uses octokit/rest.js, I went over the octokit docs but couldn't find a method to do so. So how do I create a branch?
Also note that I mean to create a branch so I can pull request later.
Edit: This seems to be the way to do it, but it's confusing.