James Moger
2014-09-04 818973b2baece0ff3245de10091f5ca8bdffebc6
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 --set-upstream origin ${reviewBranch}
    git push -u origin ${reviewBranch}