James Moger
2013-12-09 5e3521f8496511db4df45f011ea72f25623ad90f
commit | author | age
5e3521 1     git clone ${url}
JM 2     cd ${repo}
3     git checkout -b ${reviewBranch} ${integrationBranch}
4     ...
5     git push origin HEAD:refs/for/${ticketId}
6     git branch --set-upstream-to=origin/${reviewBranch}