James Moger
2015-07-08 4dfbfdd4681cfad922725f8989450c24eaed64f5
src/main/java/com/gitblit/wicket/pages/propose_git.md
@@ -1,6 +1,6 @@
    git clone ${url}
    cd ${repo}
    git checkout -b ${reviewBranch} ${integrationBranch}
    git checkout -b ${reviewBranch} origin/${integrationBranch}
    ...
    git push origin HEAD:refs/for/${ticketId}
    git branch --set-upstream-to=origin/${reviewBranch}
    git push -u origin ${reviewBranch}