Hey @numa08,
I really like this gem and is exactly what I was looking for!
I'd like to help and build some more functionality on top of git-gitlab I'd like to make it more like hub, I propose the following functionality;
git clone seriousfox/my-project
Set a default group i.e we use seriousfox group then when running
Finally
# while on a topic branch called "feature":
$ git mr / git pull-request
[ opens text editor to edit title & body for the request ]
[ opened pull request on GitHub for "YOUR_USER:feature" ]
# explicit title, pull base & head:
$ git mr -m "Implemented feature X" -b defunkt:master -h mislav:feature
Hey @numa08,
I really like this gem and is exactly what I was looking for!
I'd like to help and build some more functionality on top of git-gitlab I'd like to make it more like hub, I propose the following functionality;
Set a default group i.e we use seriousfox group then when running
Finally