James Moger
2014-03-27 4a70ea7906b6702d7bfc053f8b922c33aabff75f
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 --up-stream origin ${reviewBranch}
    git push --set-upstream origin ${reviewBranch}