James Moger
2015-02-11 c71e8bd9c4e55fc4f8eddc434066ab2414a9b659
src/main/java/com/gitblit/wicket/pages/propose_git.md
@@ -2,5 +2,5 @@
    cd ${repo}
    git checkout -b ${reviewBranch} origin/${integrationBranch}
    ...
    git push --set-upstream origin ${reviewBranch}
    git push -u origin ${reviewBranch}