Skip to main content

gitlab tip

fetch gitlab merge request to local

git fetch origin merge-requests/REQUESTID/head:BRANCHNAME

i.e git fetch origin merge-requests/10/head:file_upload
git checkout BRANCHNAME