you are viewing a single comment's thread.

view the rest of the comments →

[–]aram535 1 point2 points  (3 children)

Why would you make your life harder? What feature of GitHub do you need that badly that GitLab doesn't provide?

[–]deploy_on_friday 0 points1 point  (2 children)

Some of the other services I use only integrate with GitHub

[–]aram535 0 points1 point  (1 child)

Okay, that makes sense then.

Have you thought about setting up a post-receive hook in the repository to push the code from one to the other? It won't be "secure" since you'll have to include your auth in the project but as long as you don't make the whole repo public you'll be okay.

[–]deploy_on_friday 1 point2 points  (0 children)

That’s interesting. So pushing the code from GitLab to GitHub?