how to create a branch in bitbucket code example
Example 1: bitbucket create new branch from commit
git branch <branchname> <commitHash>
Example 2: how to create a branch in git
$ git branch [name of branch]
git branch <branchname> <commitHash>
$ git branch [name of branch]