James Moger
2015-07-04 81ab1562e68e92b4470c2c93fad944dfb3790eb9
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}