In this post we will look into how to migrate a Repository from GitHub to GitLab. The same process works from GitLab to GitHub
git clone --bare git@github.com:uonyekwuluje/devops-labs.git
# Set one or the order
git@gitlabci-server.ucheonyekwuluje.com:app-code/apptest.git
https://gitlabci-server.ucheonyekwuluje.com/app-code/apptest.git
cd devops-labs.git
git push --mirror git@gitlabci-server.ucheonyekwuluje.com:app-code/apptest.git
OR
git push --mirror https://gitlabci-server.ucheonyekwuluje.com/app-code/apptest.git
<enter username>
<enter password>