1 2 3 4 5 6
git clone ${url} cd ${repo} git checkout -b ${reviewBranch} origin/${integrationBranch} ... git push -u origin ${reviewBranch}