gitlab question.

Ralph Boehme slow at samba.org
Fri May 24 20:04:53 UTC 2019


On Fri, May 24, 2019 at 10:43:26AM -0700, Jeremy Allison via samba-technical wrote:
>Asking to improve my gitlab-fu :-).
>
>Ralph has a branch containing modifications
>to a patchset I posted here:
>
>https://gitlab.com/samba-team/devel/samba/tree/slow-bug13964
>
>I want to check out that branch so I can
>see his changes as a list of git refs
>(i.e. I want to checkout a copy of the
>repo it created for him).
>
>How do I do that ?

add this to your .gitconfig:

https://paste.fedoraproject.org/paste/lSDOgcCzTXpYK9ggkIBXIw

Then run:

$ git fetch gitlab
...
$ git load gitlab/slow-bug13964

To view the patches of a merge request:

$ git mrl $MERGE_REQUEST_NUMBER

eg 

$ git mrl 490

to view your own recent merge request.

Hope that helps.
-slow

-- 
Ralph Boehme, Samba Team                https://samba.org/
Samba Developer, SerNet GmbH   https://sernet.de/en/samba/
GPG-Fingerprint   FAE2C6088A24252051C559E4AA1E9B7126399E46



More information about the samba-technical mailing list