]> source.dussan.org Git - gitblit.git/commitdiff
Simplified propose instructions for an existing ticket
authorJames Moger <james.moger@gitblit.com>
Tue, 4 Mar 2014 20:24:22 +0000 (15:24 -0500)
committerJames Moger <james.moger@gitblit.com>
Tue, 4 Mar 2014 20:24:22 +0000 (15:24 -0500)
src/main/java/com/gitblit/wicket/pages/propose_git.md

index 1b4f429c341038bf9d8d54bd467d7183b5fc5985..4589bf8936b16193ee93cb6ad2ae181fe9a6f1c0 100644 (file)
@@ -2,5 +2,5 @@
     cd ${repo}
     git checkout -b ${reviewBranch} ${integrationBranch}
     ...
-    git push origin HEAD:refs/for/${ticketId}
-    git branch --set-upstream-to=origin/${reviewBranch}
+    git push --up-stream origin ${reviewBranch}
+