Hacker News new | ask | show | jobs
by chriscool 2395 days ago
> pushing to gitlab prints out the URL to create a pull request from that branch

You can use push options to automatically create a pull request and set it up when you push:

https://docs.gitlab.com/ee/user/project/push_options.html

1 comments

Had no idea that existed, super cool, thanks!