James Moger
2014-06-27 5b41f21c57274c4f2e58b78dcb8666d0b37dc6d2
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 -u origin ${reviewBranch}