From a question on Stackoverflow: https://stackoverflow.com/questions/44106103/how-to-import-gitlab-repository-to-bitbucket-repository
- Create a Bitbucket repo from web UI
- Clone source GitLab repo with
--bare
option
git clone --bare GITLAB-URL
- Add Bitbucket remote
cd REPO-NAME