I need to create a directory named after the branch name created with the git command .
So I was planning to use post-flow-feature-start hook to excute a MKdir command but I can't find a way to get the name of branch in variable to pas to the Mkdir command.
thk