0

Recently I have migrated successfully my repository from GitHub to GitLab. However, I have my code running on a server using the cloned repository from GitHub that I have been pushing local changes to it. How can I start pushing local changes to the GitLab repo and pull changes on the server from the new migrated repo on GitLab keeping the same project running on the server?

1 Answer 1

1

Your question is a bit confused, but if I understood you should update the origin remote on your application server by git remote set-url origin <GITLAB_URI>.

Regards.

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.