lighttiger2505 / lab

lab is a cli client of gitlab like hub
MIT License
91 stars 9 forks source link

Allow to create merge-requests with the options squash and remove_source_branch #79

Closed mschaaf closed 5 years ago

mschaaf commented 5 years ago

Hej, thanks for the nice tool. I would like to request to have the options to set squash and remove_source_branch on a merge request creation.

In the gitlab UI squash is called "Squash commits when merge request is accepted." and remove_source_branch is called "Delete source branch when merge request is accepted.".

lighttiger2505 commented 5 years ago

Thank's for contribute.

Sorry for being late. Added the your request command options.

mschaaf commented 5 years ago

Thanks, it works.