I have a number of Gitlab projects that I'd also like to store as repos in Github. How can I initialize a new Github repo for a project with an existing Gitlab git config?
I read this on mirroring/moving repos, but I don't want to move anything per se, I just want to have the project exist on both Github and Gitlab.
And if I do have a local project with both a Gitlab and Github git
config, how can I specify which to push changes to? How would I specify to perhaps push changes to both at the same time?