Migrate git repository

2024-06-29 git
git clone --mirror git@bitbucket.org:lumbermill/myproject.git
cd myproject.git
git remote set-url origin git@github.com:lumbermill/myproject.git
git push --mirror origin