1 2 3 4 5 6
git clone ${url} cd ${repo} git checkout -b ${reviewBranch} ${integrationBranch} ... git push origin HEAD:refs/for/${ticketId} git branch --set-upstream-to=origin/${reviewBranch}