James Moger
2014-05-12 b3dab7e3b53f2520180aa81c07fa9f67f2fa3e32
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}