Skip to content

merge_requests: add fetch command to the MR page

Ben Boeckel requested to merge ben.boeckel/gitlab-ce:mr-fetch-command into master

In our instance, users asked for an easy way to get the contents of the MR into their local clone. This adds a command line which can be used to fetch the contents of the MR.

Screenshot:

fetch-command

Merge request reports