Closed alkuna closed 1 year ago
This PR adds support for generating URLs with merge request for projects hosted by gitlab.com.
When gf -r invoked from a feature branch, the feature branch is pushed to the gitlab repo and URL for comparison is provided.
gf -r
See a public demo project https://gitlab.com/alkuna/gftest.git with a feature branch merged using gf -r.
It's been a while. We finally reimplemented the whole thing to be more general and included this request. Thanks and consider using the new version if you like.
This PR adds support for generating URLs with merge request for projects hosted by gitlab.com.
When
gf -r
invoked from a feature branch, the feature branch is pushed to the gitlab repo and URL for comparison is provided.See a public demo project https://gitlab.com/alkuna/gftest.git with a feature branch merged using
gf -r
.