# Clone the repo from GitLab using the `--bare` option $ git clone --bare git@your-gitlab-site.com:mario/my-repo.git # Push to GitHub using the `--mirror` option. The `--no-verify` option skips any hooks. $ git push --no-verify --mirror git@github.com:mario/my-repo.git