git clone --bare https://hostname/exampleuser/old-repository.git cd old-repository.git git lfs fetch --all git push --mirror https://hostname/exampleuser/new-repository.git git lfs push --all https://github.com/exampleuser/new-repository.git
touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitbit.ru/(user|company)/repository.git git push -u origin main
git remote add origin https://gitbit.ru/(user|company)/repository.git git push -u origin main
Deleting the wiki page "Перенос репозитория" cannot be undone. Continue?