Commit b5c57618198d36190e6b78d9b22bb8fe9cacc7dd
changed the merge request help to show the push url not the git:// url
| |   |
| 17 | 17 | |
| 18 | 18 | <% if @merge_request.open? -%> |
| 19 | 19 | <p>The simplest way to merge in these changes is to simply pull them in with the following command:</p> |
| <pre>git pull <%= @merge_request.source_repository.clone_url -%> <%= @merge_request.source_branch -%></pre> |
| <pre>git pull <%= @merge_request.source_repository.push_url -%> <%= @merge_request.source_branch -%></pre> |
| 21 | 21 | <% end -%> |
| 22 | 22 | <% end -%> |
| 23 | 23 | |