I have two similar Git repositories. One is hosted on GitHub, called myrepo_github; and another one is hosted on GitLab; called myrepo_gitlab. The two repositories are similar in the sense that they are frequently merged in our company, and they have the same copy for some corresponding commits.
Now I need to incorporate all changes I have made in myrepo_github to myrepo_gitlab. What are the commands to do this task?
I do not need to transfer all histories of my commits, but only the final changes I have made in all files that I have touched. My question may not be clear, but any inputs are welcome.