Migrating GIT repositories from local to hosted Gitlab
To migrate GIT repos from your local git server to hosted GitLab and to ensure all the previous commit history and metadata are retained follow the below steps outlined
Create a mirror of the GIT Repo
git clone --mirror git@git01.int.co.lan:test-app
...
azhercan.com2 min read