keith / git-pile

Stacked diff support for GitHub workflows
MIT License
146 stars 11 forks source link

Add GitLab support #56

Closed MontakOleg closed 11 months ago

MontakOleg commented 11 months ago

Hello! I have been using this approach for a few years, it works great!

My org uses GitLab, so I added opt-in support for it, basically it opens a browser to create PR instead of using gh. This is fully optional, and can be enabled via git config flag (also you should specify GitLab URL to make it work).

I would be happy to see it merged in main repo instead of supporting fork.

keith commented 11 months ago

Thanks!