github, gitlab and pull requests

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

github, gitlab and pull requests

Post by PrzemoF »

Is there a way of doing external pull requests from gitlab to github? I recently moved all my projects to gitlab, but I guess I have to leave my working repo of FreeCAD in github unless there is a way of making external pull requests?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: github, gitlab and pull requests

Post by Kunda1 »

Doesn't look like it from initial research:
https://stackoverflow.com/questions/376 ... -to-github
but there is a 'workaround' by designating 2 remotes and then send PRs from your local machine.

EDIT:
In regards to making external pull requests:
I use Gitkraken as my git GUI. I think it uses the github and gitlab API to submit PRs. And I think gitkraken use the git library (libgit2 I think) to do so.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: github, gitlab and pull requests

Post by PrzemoF »

Thank you! I'll keep my github FreeCAD repo.
P.S. gitkraken looks interesting, but it's a closed source solution, so not for me.
Post Reply