Joel Johnson
2015-06-30 2db6b39fdff61ce48788767ad475632a1b29f831
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}