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
looking at their example I would suppose that $3 contains the branch name. So you would write this: