❦ 14 août 2019 22:32 +00, Holger Levsen <[email protected]>: >> I systematically turn off Gitlab MR support for projects I am involved >> in, because I am not confortable and efficient using it myself, it is > > what helps me is having a note with this line: > > git config alias.mr '!sh -c "git fetch $1 > merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2" -'
If you prefer, you can avoid to create a local branch with:
git fetch $1 merge-requests/$2/head && git checkout FETCH_HEAD
--
"... all the modern inconveniences ..."
-- Mark Twain
signature.asc
Description: PGP signature

