Commit 2a70564d70365eab95ca2ba446e4952ef0e07ba3

changed the merge request help to show the push url not the git:// url

Commit diff

app/views/merge_requests/show.html.erb

 
1717
1818 <% if @merge_request.open? -%>
1919 <p>The simplest way to merge in these changes is to simply pull them in with the following command:</p>
20 <pre>git pull <%= @merge_request.source_repository.clone_url -%> <%= @merge_request.source_branch -%></pre>
20 <pre>git pull <%= @merge_request.source_repository.push_url -%> <%= @merge_request.source_branch -%></pre>
2121 <% end -%>
2222<% end -%>
2323
toggle raw diff