mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +01:00
Change checkout branch name from "master" to ${pullreq.branch}
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<span class="strong">Step 3:</span> Merge the changes and update the server
|
<span class="strong">Step 3:</span> Merge the changes and update the server
|
||||||
</p>
|
</p>
|
||||||
@defining(s"git checkout master\ngit merge ${pullreq.requestUserName}-${pullreq.requestBranch}\ngit push origin ${pullreq.branch}"){ command =>
|
@defining(s"git checkout ${pullreq.branch}\ngit merge ${pullreq.requestUserName}-${pullreq.requestBranch}\ngit push origin ${pullreq.branch}"){ command =>
|
||||||
@helper.html.copy("merge-command-copy-3", command){
|
@helper.html.copy("merge-command-copy-3", command){
|
||||||
<pre style="width: 500px; float: left;">@command</pre>
|
<pre style="width: 500px; float: left;">@command</pre>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user